mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
updated mentions version and changed topics filter to take its translation from global hash instead
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"nodebb-plugin-emoji-extended": "1.1.1",
|
||||
"nodebb-plugin-emoji-one": "1.2.1",
|
||||
"nodebb-plugin-markdown": "7.1.1",
|
||||
"nodebb-plugin-mentions": "2.1.2",
|
||||
"nodebb-plugin-mentions": "2.1.3",
|
||||
"nodebb-plugin-soundpack-default": "1.0.0",
|
||||
"nodebb-plugin-spam-be-gone": "0.5.0",
|
||||
"nodebb-rewards-essentials": "0.0.9",
|
||||
|
||||
@@ -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