mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FEATURE: show raw email for replies/topics created via email
This commit is contained in:
@ -245,6 +245,7 @@ module Email
|
||||
def create_post(user, options)
|
||||
# Mark the reply as incoming via email
|
||||
options[:via_email] = true
|
||||
options[:raw_email] = @raw
|
||||
|
||||
creator = PostCreator.new(user, options)
|
||||
post = creator.create
|
||||
|
Reference in New Issue
Block a user