mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #1419
This commit is contained in:
@@ -317,8 +317,6 @@ var db = require('./database'),
|
||||
if(parseInt(topicData.pinned, 10) === 0) {
|
||||
db.sortedSetAdd('categories:' + cid + ':tid', postData.timestamp, postData.tid);
|
||||
}
|
||||
|
||||
Categories.addActiveUser(cid, postData.uid, postData.timestamp);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user