feat(prosody): Enable filter messages for breakout rooms.

This commit is contained in:
damencho
2026-02-25 11:54:18 -06:00
committed by Дамян Минков
parent 9179cfd458
commit 71700f3e38

View File

@@ -457,6 +457,9 @@ Component "breakout.{{ $XMPP_DOMAIN }}" "muc"
{{ if .Env.XMPP_BREAKOUT_MUC_MODULES -}}
"{{ join "\";\n \"" (splitList "," .Env.XMPP_BREAKOUT_MUC_MODULES | compact) }}";
{{ end -}}
{{ if $ENABLE_FILTER_MESSAGES -}}
"filter_messages";
{{ end -}}
}
{{ end }}