mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
prosody: fix XMPP_MUC_CONFIGURATION
This commit is contained in:
parent
11de38fca8
commit
22dc822068
@ -244,7 +244,7 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
|
||||
muc_room_locking = false
|
||||
muc_room_default_public_jids = true
|
||||
{{ if .Env.XMPP_MUC_CONFIGURATION -}}
|
||||
"{{ join "\"\n\"" (splitList "," .Env.XMPP_MUC_CONFIGURATION) }}";
|
||||
{{ join "\n" (splitList "," .Env.XMPP_MUC_CONFIGURATION) }}
|
||||
{{ end -}}
|
||||
|
||||
Component "focus.{{ $XMPP_DOMAIN }}" "client_proxy"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user