mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
updated mentions version and changed topics filter to take its translation from global hash instead
This commit is contained in:
@@ -12,7 +12,7 @@ var notificationsController = module.exports;
|
||||
notificationsController.get = function (req, res, next) {
|
||||
var regularFilters = [
|
||||
{ name: '[[notifications:all]]', filter: '' },
|
||||
{ name: '[[notifications:topics]]', filter: 'new-topic' },
|
||||
{ name: '[[global:topics]]', filter: 'new-topic' },
|
||||
{ name: '[[notifications:replies]]', filter: 'new-reply' },
|
||||
{ name: '[[notifications:chat]]', filter: 'new-chat' },
|
||||
{ name: '[[notifications:follows]]', filter: 'follow' },
|
||||
|
||||
Reference in New Issue
Block a user