mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #897
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user