|
|
@ -13,6 +13,7 @@ notificationsController.get = async function (req, res, next) {
|
|
|
|
{ name: '[[global:topics]]', filter: 'new-topic' },
|
|
|
|
{ name: '[[global:topics]]', filter: 'new-topic' },
|
|
|
|
{ name: '[[notifications:replies]]', filter: 'new-reply' },
|
|
|
|
{ name: '[[notifications:replies]]', filter: 'new-reply' },
|
|
|
|
{ name: '[[notifications:chat]]', filter: 'new-chat' },
|
|
|
|
{ name: '[[notifications:chat]]', filter: 'new-chat' },
|
|
|
|
|
|
|
|
{ name: '[[notifications:group-chat]]', filter: 'new-group-chat' },
|
|
|
|
{ name: '[[notifications:follows]]', filter: 'follow' },
|
|
|
|
{ name: '[[notifications:follows]]', filter: 'follow' },
|
|
|
|
{ name: '[[notifications:upvote]]', filter: 'upvote' },
|
|
|
|
{ name: '[[notifications:upvote]]', filter: 'upvote' },
|
|
|
|
];
|
|
|
|
];
|
|
|
|