nodebb-plugin-mentions 4.8.15 → 4.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/static/autofill.js +0 -1
package/package.json
CHANGED
package/static/autofill.js
CHANGED
|
@@ -172,7 +172,6 @@ $(document).ready(function () {
|
|
|
172
172
|
groupList = await socket.emit('plugins.mentions.listGroups');
|
|
173
173
|
const [translator, helpers] = await app.require(['translator', 'helpers']);
|
|
174
174
|
await Promise.all(groupList.map(async (group) => {
|
|
175
|
-
group.memberCount = 12312313;
|
|
176
175
|
const key = translator.compile('groups:x-members', helpers.formattedNumber(group.memberCount));
|
|
177
176
|
group.memberCountText = await translator.translate(key);
|
|
178
177
|
}));
|