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