mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 06:46:02 +02:00
disabled 2 calls
This commit is contained in:
@@ -157,6 +157,7 @@ module.exports = function(Topics) {
|
||||
}
|
||||
|
||||
Topics.pushUnreadCount = function(uids, callback) {
|
||||
return;
|
||||
var websockets = require('./../socket.io');
|
||||
|
||||
if (!uids) {
|
||||
|
||||
@@ -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