freeswitcher icon indicating copy to clipboard operation
freeswitcher copied to clipboard

Added body content to hash_content

Open jShaf opened this issue 15 years ago • 0 comments

Changed from hash_content = headers_2_hash(content) to hash_content = headers_2_hash(content).merge(:body => content.split("\n\n",2)[1].to_s)

Thanks bougyman for your help!

jShaf avatar Feb 16 '11 23:02 jShaf