mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
#1375 part1
This commit is contained in:
@@ -49,7 +49,7 @@ define('notifications', ['sounds'], function(sound) {
|
||||
|
||||
updateNotifCount(data.unread.length);
|
||||
|
||||
socket.emit('modules.notifications.mark_all_read', null, function(err) {
|
||||
socket.emit('modules.notifications.markAllRead', null, function(err) {
|
||||
if (!err) {
|
||||
updateNotifCount(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user