fix: Do not load domain_mapper under breakout component (#1714)

It gets loaded twice and registers for each host twice:
2024-01-19 21:09:33 conference.beta.meet.jit.si:muc_domain_mapper          info	Loading mod_muc_domain_mapper for host jigasi.beta.meet.jit.si!
2024-01-19 21:09:33 breakout.beta.meet.jit.si:muc_domain_mapper            info	Loading mod_muc_domain_mapper for host jigasi.beta.meet.jit.si!
pull/1717/head
bgrozev 10 months ago committed by GitHub
parent 4ca576360e
commit 11d7d75d72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@ -436,9 +436,6 @@ Component "breakout.{{ $XMPP_DOMAIN }}" "muc"
muc_room_allow_persistent = false muc_room_allow_persistent = false
modules_enabled = { modules_enabled = {
"muc_meeting_id"; "muc_meeting_id";
{{ if $ENABLE_SUBDOMAINS -}}
"muc_domain_mapper";
{{ end -}}
{{ if not $DISABLE_POLLS -}} {{ if not $DISABLE_POLLS -}}
"polls"; "polls";
{{ end -}} {{ end -}}

Loading…
Cancel
Save