mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
fixes #4469
This commit is contained in:
@@ -495,6 +495,8 @@ var utils = require('../public/src/utils');
|
||||
} else if (numUsers > 2) {
|
||||
notifications[modifyIndex].bodyShort = '[[' + mergeId + '_multiple, ' + usernames[0] + ', ' + (numUsers - 1) + titleEscaped + ']]';
|
||||
}
|
||||
|
||||
notifications[modifyIndex].path = set[set.length-1].path;
|
||||
break;
|
||||
|
||||
case 'new_register':
|
||||
|
||||
Reference in New Issue
Block a user