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:
parent
e12601b850
commit
9294826f31
3 changed files with 41 additions and 0 deletions
|
@ -374,6 +374,7 @@ module Email
|
|||
|
||||
create_topic(user: user,
|
||||
raw: body,
|
||||
elided: elided,
|
||||
title: subject,
|
||||
category: category.id,
|
||||
skip_validations: user.staged?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue