mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
ability for users to now follow/subscribe to threads
This commit is contained in:
@@ -199,6 +199,9 @@ marked.setOptions({
|
||||
timeout: 2000
|
||||
});
|
||||
|
||||
// Send notifications to users who are following this topic
|
||||
threadTools.notify_followers(tid, uid);
|
||||
|
||||
user.getUserFields(uid, ['username','reputation','picture','signature'], function(data) {
|
||||
|
||||
var timestamp = new Date().getTime();
|
||||
|
||||
Reference in New Issue
Block a user