categoryTools componets

This commit is contained in:
barisusakli
2015-04-03 13:57:15 -04:00
parent e443d14519
commit f81e3ad358
2 changed files with 43 additions and 16 deletions

View File

@@ -204,6 +204,7 @@ SocketTopics.markAsUnreadForAll = function(socket, tids, callback) {
return callback(err);
}
topics.pushUnreadCount(socket.uid);
callback();
});
});
};