diff --git a/install/package.json b/install/package.json index 1cc2178053..1f1f5aaf1d 100644 --- a/install/package.json +++ b/install/package.json @@ -98,16 +98,16 @@ "mousetrap": "1.6.5", "multiparty": "4.2.3", "nconf": "0.12.1", - "nodebb-plugin-2factor": "7.5.8", - "nodebb-plugin-composer-default": "10.2.44", - "nodebb-plugin-dbsearch": "6.2.8", + "nodebb-plugin-2factor": "7.5.9", + "nodebb-plugin-composer-default": "10.2.45", + "nodebb-plugin-dbsearch": "6.2.9", "nodebb-plugin-emoji": "6.0.2", "nodebb-plugin-emoji-android": "4.1.1", "nodebb-plugin-markdown": "13.1.0", "nodebb-plugin-mentions": "4.7.0", - "nodebb-plugin-spam-be-gone": "2.3.0", + "nodebb-plugin-spam-be-gone": "2.3.1", "nodebb-plugin-web-push": "0.7.2", - "nodebb-rewards-essentials": "1.0.0", + "nodebb-rewards-essentials": "1.0.1", "nodebb-theme-harmony": "2.0.22", "nodebb-theme-lavender": "7.1.17", "nodebb-theme-peace": "2.2.38", diff --git a/src/topics/tags.js b/src/topics/tags.js index 378f919a16..80fea5e6c6 100644 --- a/src/topics/tags.js +++ b/src/topics/tags.js @@ -625,7 +625,7 @@ module.exports = function (Topics) { const notification = await notifications.create({ type: 'new-topic-with-tag', - nid: `new_topic:tid:${postData.topic.tid}:uid:${exceptUid}`, + nid: `new_topic:tags:${tags.join('.')}:tid:${postData.topic.tid}:uid:${exceptUid}`, bodyShort: bodyShort, bodyLong: postData.content, pid: postData.pid,