mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
refactored user.js
took out notifications, email and reset code to separate files
This commit is contained in:
@@ -17,7 +17,7 @@ SocketMeta.reconnected = function(socket) {
|
||||
|
||||
if (uid) {
|
||||
topics.pushUnreadCount(uid);
|
||||
user.pushNotifCount(uid);
|
||||
user.notifications.pushCount(uid);
|
||||
}
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
|
||||
Reference in New Issue
Block a user