mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
refactor of thread tools
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user