mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
closes #5527
This commit is contained in:
@@ -68,6 +68,7 @@ module.exports = function (Messaging) {
|
||||
}
|
||||
|
||||
notifications.create({
|
||||
type: 'new-chat',
|
||||
bodyShort: '[[notifications:new_message_from, ' + messageObj.fromUser.username + ']]',
|
||||
bodyLong: messageObj.content,
|
||||
nid: 'chat_' + fromuid + '_' + roomId,
|
||||
|
||||
Reference in New Issue
Block a user