From 24a036925b41b0917f9108a10ca8a2e30c3619e4 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 5 May 2021 18:09:33 +0200 Subject: [PATCH] Fix auto_focus. --- conversejs/builtin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/builtin.ts b/conversejs/builtin.ts index daee11ee..d435925a 100644 --- a/conversejs/builtin.ts +++ b/conversejs/builtin.ts @@ -114,7 +114,7 @@ window.initConverse = async function initConverse ({ room ], singleton: true, - auto_focus: isInIframe, + auto_focus: !isInIframe, hide_muc_participants: isInIframe, keepalive: true, play_sounds: false,