This commit is contained in:
Barış Soner Uşaklı
2018-01-03 13:59:58 -05:00
parent df182bc7e4
commit d2ffdbda7d
2 changed files with 2 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ module.exports = function (Messaging) {
notifications.create({
type: 'new-chat',
subject: '[[notifications:new_message_from, ' + messageObj.fromUser.username + ']]',
bodyShort: '[[notifications:new_message_from, ' + messageObj.fromUser.username + ']]',
bodyLong: messageObj.content,
nid: 'chat_' + fromuid + '_' + roomId,