feat: Enables polls for breakout rooms.
This commit is contained in:
@@ -258,5 +258,8 @@ Component "breakout.{{ .Env.XMPP_DOMAIN }}" "muc"
|
|||||||
{{ if $ENABLE_SUBDOMAINS -}}
|
{{ if $ENABLE_SUBDOMAINS -}}
|
||||||
"muc_domain_mapper";
|
"muc_domain_mapper";
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
{{ if not $DISABLE_POLLS -}}
|
||||||
|
"polls";
|
||||||
|
{{ end -}}
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user