Fix auto_focus.
This commit is contained in:
parent
0cc9570e58
commit
24a036925b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user