Fix auto_focus.

This commit is contained in:
John Livingston 2021-05-05 18:09:33 +02:00
parent 0cc9570e58
commit 24a036925b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ window.initConverse = async function initConverse ({
room room
], ],
singleton: true, singleton: true,
auto_focus: isInIframe, auto_focus: !isInIframe,
hide_muc_participants: isInIframe, hide_muc_participants: isInIframe,
keepalive: true, keepalive: true,
play_sounds: false, play_sounds: false,