From 1689657aa7265df64b1fdc60d39a50393c8086b3 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 11 Apr 2024 14:15:59 +0200 Subject: [PATCH] Fix reconnection. --- conversejs/lib/plugins/livechat-specific.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/lib/plugins/livechat-specific.ts b/conversejs/lib/plugins/livechat-specific.ts index 90e8a23d..b12a2c74 100644 --- a/conversejs/lib/plugins/livechat-specific.ts +++ b/conversejs/lib/plugins/livechat-specific.ts @@ -34,7 +34,7 @@ export const livechatSpecificsPlugin = { } // update other settings - for (const k of ['hide_muc_participants', 'livechat_enable_viewer_mode']) { + for (const k of ['hide_muc_participants', 'livechat_enable_viewer_mode', 'livechat_mini_muc_head']) { _converse.api.settings.set(k, params[k]) }