Fix reconnection.

This commit is contained in:
John Livingston 2024-04-11 14:15:59 +02:00
parent a15bb67776
commit 1689657aa7
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -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])
}