Fix missing title in notification history

This commit is contained in:
yflory
2019-11-19 15:33:12 +01:00
parent 741acbd6ef
commit 0044d622f1
3 changed files with 7 additions and 1 deletions

View File

@@ -4035,6 +4035,7 @@ define([
common.mailbox.sendTo("INVITE_TO_TEAM_ANSWER", {
answer: yes,
teamChannel: msg.content.team.channel,
teamName: teamName,
user: {
displayName: user.name,
avatar: user.avatar,