mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
Chat notifs (#11832)
* first part of chat notifs * moved default notif to manage page * spec * notifs * delete settings on room delete
This commit is contained in:
committed by
GitHub
parent
f377650161
commit
61f036ce1d
@@ -159,7 +159,7 @@ Notifications.push = async function (notification, uids) {
|
||||
winston.error(err.stack);
|
||||
}
|
||||
});
|
||||
}, 1000);
|
||||
}, 500);
|
||||
};
|
||||
|
||||
async function pushToUids(uids, notification) {
|
||||
|
||||
Reference in New Issue
Block a user