mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
disabled 2 calls
This commit is contained in:
@@ -269,6 +269,7 @@ var async = require('async'),
|
||||
|
||||
|
||||
UserNotifications.sendPostNotificationToFollowers = function(uid, tid, pid) {
|
||||
return;
|
||||
db.getSetMembers('followers:' + uid, function(err, followers) {
|
||||
if (err || !followers || !followers.length) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user