mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
FIX: Correctly use invite to topic email templates (#12411)
It was used both when inviting from a topic page and when creating invites with "Send to topic on first login", while it should be used only in the former case.
This commit is contained in:
@ -1059,7 +1059,8 @@ class Topic < ActiveRecord::Base
|
||||
email: username_or_email,
|
||||
topic: self,
|
||||
group_ids: group_ids,
|
||||
custom_message: custom_message
|
||||
custom_message: custom_message,
|
||||
invite_to_topic: true
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user