This commit is contained in:
Baris Soner Usakli
2014-01-30 13:16:45 -05:00
parent 9afef92763
commit 1291f31f3c
2 changed files with 23 additions and 10 deletions

View File

@@ -164,7 +164,7 @@ var async = require('async'),
});
feed.updateRecent();
threadTools.notifyFollowers(tid, uid);
threadTools.notifyFollowers(tid, postData.pid, uid);
user.sendPostNotificationToFollowers(uid, tid, postData.pid);
Topics.markCategoryUnreadForAll(tid, function(err) {