mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 10:09:38 +02:00
chore: up harmony
This commit is contained in:
@@ -70,7 +70,9 @@ module.exports = function (Topics) {
|
||||
});
|
||||
await Promise.all(postData.map(p => posts.parsePost(p)));
|
||||
|
||||
const { tags } = await plugins.hooks.fire('filter:teasers.configureStripTags', { tags: utils.stripTags.slice(0) });
|
||||
const { tags } = await plugins.hooks.fire('filter:teasers.configureStripTags', {
|
||||
tags: utils.stripTags.slice(0),
|
||||
});
|
||||
|
||||
const teasers = topics.map((topic, index) => {
|
||||
if (!topic) {
|
||||
|
||||
Reference in New Issue
Block a user