mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: show raw email for replies/topics created via email
This commit is contained in:
parent
ab9a0235b4
commit
2131a37811
13 changed files with 60 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue