Fix the build.

This commit is contained in:
Guo Xiang Tan 2018-02-26 12:42:55 +08:00
parent c64f09b6b7
commit 07f928e05e
1 changed files with 2 additions and 2 deletions

View File

@ -816,11 +816,11 @@ SQL
Notification.types[:invited_to_topic],
invited_by.username
)
true
else
invite_by_email(invited_by, username_or_email, group_ids, custom_message)
end
true
elsif user && topic_allowed_users.create!(user_id: user.id)
create_invite_notification!(
Notification.types[:invited_to_topic],