mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 09:55:47 +01:00
duh
This commit is contained in:
@@ -62,8 +62,4 @@ module.exports = function(Topics) {
|
||||
callback = callback || function() {};
|
||||
db.sortedSetAdd('topics:recent', timestamp, tid, callback);
|
||||
};
|
||||
|
||||
Topics.removeRecent = function(tid, callback) {
|
||||
db.sortedSetRemove('topics:recent', tid, callback);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user