fix missing callback

This commit is contained in:
Barış Soner Uşaklı
2016-02-28 22:45:06 +02:00
parent 5ed3148fe1
commit 441232e71d

View File

@@ -22,6 +22,7 @@ module.exports = function(SocketTopics) {
for (var i=0; i<tids.length; ++i) {
topics.markTopicNotificationsRead(tids[i], socket.uid);
}
callback();
});
};