ability for users to now follow/subscribe to threads

This commit is contained in:
Julian Lam
2013-06-06 20:39:45 -04:00
parent 7e55e7b3d2
commit 882b9a917f
7 changed files with 160 additions and 13 deletions

View File

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