mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
chat notif/unread fix
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = function(Messaging) {
|
||||
delete Messaging.notifyQueue[fromUid + ':' + roomId];
|
||||
}
|
||||
});
|
||||
}, 1000*60); // wait 60s before sending
|
||||
}, 1000 * 60); // wait 60s before sending
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user