disabled 2 calls

This commit is contained in:
barisusakli
2014-09-06 01:07:03 -04:00
parent 072db27a3c
commit 3f96532c3f
2 changed files with 2 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ module.exports = function(Topics) {
}
Topics.pushUnreadCount = function(uids, callback) {
return;
var websockets = require('./../socket.io');
if (!uids) {

View File

@@ -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;