2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Allow inclusion of elided text from emails when sending to a category… (#4844)

* Allow inclusion of elided text from emails when sending to a category address
This commit is contained in:
David Taylor 2017-06-29 05:03:14 +01:00 committed by Guo Xiang Tan
parent e12601b850
commit 9294826f31
3 changed files with 41 additions and 0 deletions

View file

@ -374,6 +374,7 @@ module Email
create_topic(user: user,
raw: body,
elided: elided,
title: subject,
category: category.id,
skip_validations: user.staged?)