This commit is contained in:
Baris Soner Usakli
2013-12-29 23:33:28 -05:00
parent 21155b1b80
commit daacdb50f3
5 changed files with 102 additions and 98 deletions

View File

@@ -433,8 +433,6 @@ var bcrypt = require('bcrypt'),
});
User.setUserField(uid, 'lastposttime', timestamp);
User.sendPostNotificationToFollowers(uid, tid, pid);
};
User.addPostIdToUser = function(uid, pid) {