From 78e825de362f7f7143c7bbf6242011ec376bc0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Fri, 29 Oct 2021 08:59:52 -0700 Subject: [PATCH] fix: Fixes upgrading component to muc prosody config. Fixes #10282. --- debian/jitsi-meet-prosody.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/jitsi-meet-prosody.postinst b/debian/jitsi-meet-prosody.postinst index 6d16eac67..9facb9e08 100644 --- a/debian/jitsi-meet-prosody.postinst +++ b/debian/jitsi-meet-prosody.postinst @@ -130,6 +130,8 @@ case "$1" in echo -e " storage = \"memory\"" >> $PROSODY_HOST_CONFIG echo -e " modules_enabled = { \"ping\"; }" >> $PROSODY_HOST_CONFIG echo -e " admins = { \"$JICOFO_AUTH_USER@$JICOFO_AUTH_DOMAIN\", \"jvb@$JICOFO_AUTH_DOMAIN\" }" >> $PROSODY_HOST_CONFIG + echo -e " muc_room_locking = false" >> $PROSODY_HOST_CONFIG + echo -e " muc_room_default_public_jids = true" >> $PROSODY_HOST_CONFIG fi # Convert the old focus component config to the new one.