mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
feat: add tools to recent/unread (#8477)
* feat: add tools to recent/unread * fix: open api spec * fix: more api spec
This commit is contained in:
committed by
GitHub
parent
14eafcb6b8
commit
658dd03b03
@@ -32,6 +32,9 @@ module.exports = function (Categories) {
|
||||
'cid:' + cid + ':tids',
|
||||
'cid:' + cid + ':tids:pinned',
|
||||
'cid:' + cid + ':tids:posts',
|
||||
'cid:' + cid + ':tids:votes',
|
||||
'cid:' + cid + ':tids:lastposttime',
|
||||
'cid:' + cid + ':recent_tids',
|
||||
'cid:' + cid + ':pids',
|
||||
'cid:' + cid + ':read_by_uid',
|
||||
'cid:' + cid + ':uid:watch:state',
|
||||
|
||||
Reference in New Issue
Block a user