mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
closes #2623
This commit is contained in:
@@ -31,6 +31,7 @@ module.exports = function(Categories) {
|
|||||||
'cid:' + cid + ':tids',
|
'cid:' + cid + ':tids',
|
||||||
'cid:' + cid + ':tids:posts',
|
'cid:' + cid + ':tids:posts',
|
||||||
'cid:' + cid + ':pids',
|
'cid:' + cid + ':pids',
|
||||||
|
'cid:' + cid + ':read_by_uid',
|
||||||
'category:' + cid
|
'category:' + cid
|
||||||
], next);
|
], next);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user