mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
moved pushUnreadCount
This commit is contained in:
@@ -47,6 +47,7 @@ SocketTopics.post = function(socket, data, callback) {
|
||||
});
|
||||
|
||||
module.parent.exports.emitTopicPostStats();
|
||||
topics.pushUnreadCount();
|
||||
|
||||
callback(null, result.topicData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user