This commit is contained in:
barisusakli
2014-09-05 17:39:24 -04:00
parent ff44819d6b
commit 9fac18c4b6
4 changed files with 17 additions and 9 deletions

View File

@@ -470,11 +470,6 @@ var async = require('async'),
});
};
Topics.updateTimestamp = function(tid, timestamp) {
db.sortedSetAdd('topics:recent', timestamp, tid);
Topics.setTopicField(tid, 'lastposttime', timestamp);
};
Topics.getUids = function(tid, callback) {
Topics.getPids(tid, function(err, pids) {
if (err) {