From 26062df4e551a35ac6d4b2b333a00dc6b549c6e5 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 21 Feb 2023 22:49:47 +0100 Subject: [PATCH] Fix logo path --- src/plugins/notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/notifications/index.js b/src/plugins/notifications/index.js index e6a0abe18..642ac4bce 100644 --- a/src/plugins/notifications/index.js +++ b/src/plugins/notifications/index.js @@ -22,7 +22,7 @@ converse.plugins.add('converse-notification', { // ^ a list of JIDs to ignore concerning chat state notifications chatstate_notification_blacklist: [], notification_delay: 5000, - notification_icon: 'logo/conversejs-filled.svg', + notification_icon: '/images/logo/conversejs-filled.svg', notify_all_room_messages: false, notify_nicknames_without_references: false, play_sounds: true,