Fix converseJS: show the participant list when not in iframe.
This commit is contained in:
@ -30,7 +30,7 @@ window.initConverse = function initConverse ({
|
||||
],
|
||||
singleton: true,
|
||||
auto_focus: false,
|
||||
hide_muc_participants: inIframe,
|
||||
hide_muc_participants: inIframe(),
|
||||
keepalive: true,
|
||||
play_sounds: false,
|
||||
muc_mention_autocomplete_min_chars: 3,
|
||||
|
Reference in New Issue
Block a user