mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
feat: award notif filter
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user