moved pushUnreadCount

This commit is contained in:
barisusakli
2014-07-17 18:50:03 -04:00
parent e6a5199174
commit 2c890ad609
3 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ SocketPosts.reply = function(socket, data, callback) {
});
module.parent.exports.emitTopicPostStats();
topics.pushUnreadCount();
callback();
}