mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-18 05:22:48 +01:00
call callback on follow/unfollow
This commit is contained in:
@@ -182,6 +182,7 @@ function toggleFollow(method, uid, theiruid, callback) {
|
||||
fromUid: uid,
|
||||
toUid: theiruid
|
||||
});
|
||||
callback();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user