This commit is contained in:
Barış Soner Uşaklı
2015-02-25 12:43:56 -05:00
parent 29873f1c5c
commit e2b535dfaf
3 changed files with 80 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ var async = require('async'),
require('./topics/follow')(Topics);
require('./topics/tags')(Topics);
require('./topics/teaser')(Topics);
require('./topics/suggested')(Topics);
Topics.exists = function(tid, callback) {
db.isSortedSetMember('topics:tid', tid, callback);