feat: add new hook to get custom category tids for unread

This commit is contained in:
Barış Soner Uşaklı
2019-10-01 22:14:50 -04:00
parent 05e753c73b
commit b192605450
2 changed files with 10 additions and 5 deletions

View File

@@ -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]]';