feat(prosody): Enable filter messages for breakout rooms.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user