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:
Dan Ungureanu
2021-03-16 17:08:54 +02:00
committed by GitHub
parent bc88ea5976
commit fb19ee9eee
7 changed files with 10 additions and 7 deletions

View File

@ -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