feat: award notif filter

This commit is contained in:
Barış Soner Uşaklı
2023-10-16 19:18:17 -04:00
parent c1ae879d90
commit 9e9046bf65
3 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ notificationsController.get = async function (req, res, next) {
{ name: '[[notifications:public-chat]]', filter: 'new-public-chat' },
{ name: '[[notifications:follows]]', filter: 'follow' },
{ name: '[[notifications:upvote]]', filter: 'upvote' },
{ name: '[[notifications:awards]]', filter: 'new-reward' },
];
const moderatorFilters = [