Skip to content

Commit 24635a6

Browse files
authored
Load mod_muc_hide_all manually. (#2077)
1 parent 6cf0d65 commit 24635a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
301301
restrict_room_creation = true
302302
storage = "memory"
303303
modules_enabled = {
304+
"muc_hide_all";
304305
"muc_meeting_id";
305306
{{ if .Env.XMPP_MUC_MODULES -}}
306307
"{{ join "\";\n \"" (splitList "," .Env.XMPP_MUC_MODULES | compact) }}";
@@ -426,6 +427,7 @@ Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
426427
muc_max_occupants = "{{ .Env.MAX_PARTICIPANTS }}"
427428
{{- end }}
428429
modules_enabled = {
430+
"muc_hide_all";
429431
{{- if $ENABLE_RATE_LIMITS }}
430432
"muc_rate_limit";
431433
{{- end }}
@@ -449,6 +451,7 @@ Component "breakout.{{ $XMPP_DOMAIN }}" "muc"
449451
muc_tombstones = false
450452
muc_room_allow_persistent = false
451453
modules_enabled = {
454+
"muc_hide_all";
452455
"muc_meeting_id";
453456
{{ if not $DISABLE_POLLS -}}
454457
"polls";

0 commit comments

Comments
 (0)