refactor of thread tools

This commit is contained in:
barisusakli
2014-04-24 20:05:05 -04:00
parent 68fd997efd
commit d05920ec78
7 changed files with 127 additions and 129 deletions

View File

@@ -300,7 +300,7 @@ SocketTopics.moveAll = function(socket, data, callback) {
};
SocketTopics.followCheck = function(socket, tid, callback) {
threadTools.isFollowing(tid, socket.uid, callback);
topics.isFollowing(tid, socket.uid, callback);
};
SocketTopics.follow = function(socket, tid, callback) {