From 6a431d672fb533de69d3487bc88fc17c116ea87b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 25 Jan 2024 10:51:23 +0100 Subject: [PATCH] Update NotificationSounds.plugin.js --- Plugins/NotificationSounds/NotificationSounds.plugin.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugins/NotificationSounds/NotificationSounds.plugin.js b/Plugins/NotificationSounds/NotificationSounds.plugin.js index c33d07f39d..df15451b46 100644 --- a/Plugins/NotificationSounds/NotificationSounds.plugin.js +++ b/Plugins/NotificationSounds/NotificationSounds.plugin.js @@ -16,6 +16,9 @@ module.exports = (_ => { const changeLog = { "added": { "Current Channel": "Added Option to change the sound for the current channel notification, (note: Discord added an option in the THEIR notification settings to play a different sound when a message is sent in the current channel, you need to have this enabled in order to be able to change the sound in the plugin settings" + }, + "fixed": { + "Threads": "No longer plays notification sounds for threads, that you did not join" } };