This commit is contained in:
Baris Soner Usakli
2013-07-18 15:14:06 -04:00
parent f90eb72706
commit 285e19fbbf
3 changed files with 7 additions and 5 deletions

View File

@@ -297,7 +297,7 @@ marked.setOptions({
topics.increasePostCount(tid);
topics.setTopicField(tid, 'lastposttime', timestamp);
topics.addToRecent(tid, timestamp);
topics.updateTimestamp(tid, timestamp);
RDB.incr('totalpostcount');
@@ -316,9 +316,7 @@ marked.setOptions({
RDB.sadd('cid:' + cid + ':active_users', uid);
});
});
});
user.onNewPostMade(uid, tid, pid, timestamp);