feat: Enables polls for breakout rooms.

This commit is contained in:
Дамян Минков 2022-03-02 09:57:41 -06:00
parent 0b019ee4eb
commit 1b51c77796

View File

@ -258,5 +258,8 @@ Component "breakout.{{ .Env.XMPP_DOMAIN }}" "muc"
{{ if $ENABLE_SUBDOMAINS -}}
"muc_domain_mapper";
{{ end -}}
{{ if not $DISABLE_POLLS -}}
"polls";
{{ end -}}
}
{{ end }}