Fix converseJS: show the participant list when not in iframe.

This commit is contained in:
John Livingston 2021-05-02 14:41:54 +02:00
parent 75bbfc9159
commit 84723ee261
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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,