mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
sortedSetIntersectionCard
This commit is contained in:
@@ -346,7 +346,7 @@ var social = require('./social');
|
||||
};
|
||||
|
||||
Topics.getTopicBookmarks = function( tid, callback ){
|
||||
db.getSortedSetRangeWithScores(['tid:' + tid + ':bookmarks'], 0, -1, callback );
|
||||
db.getSortedSetRangeWithScores(['tid:' + tid + ':bookmarks'], 0, -1, callback);
|
||||
};
|
||||
|
||||
Topics.updateTopicBookmarks = function(tid, pids, callback) {
|
||||
|
||||
Reference in New Issue
Block a user