mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
feat: add new hook to get custom category tids for unread
This commit is contained in:
@@ -38,6 +38,7 @@ unreadController.get = async function (req, res, next) {
|
||||
stop: stop,
|
||||
filter: filter,
|
||||
cutoff: cutoff,
|
||||
query: req.query,
|
||||
});
|
||||
|
||||
data.title = meta.config.homePageTitle || '[[pages:home]]';
|
||||
|
||||
Reference in New Issue
Block a user