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