Fix converseJS: show the participant list when not in iframe.
This commit is contained in:
parent
75bbfc9159
commit
84723ee261
@ -10,6 +10,10 @@
|
||||
|
||||
* Builtin Prosody: use mod_muc_http_defaults to set rooms properties and prevent unauthorized room creation.
|
||||
|
||||
### Fixes
|
||||
|
||||
* Fix converseJS: show the participant list when not in iframe
|
||||
|
||||
## v2.0.3
|
||||
|
||||
* Fix Peertube server crash when prosody is not installed
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user