Skip to content

Commit

Permalink
feat: Enables polls for breakout rooms.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Mar 2, 2022
1 parent 0b019ee commit 1b51c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,8 @@ Component "breakout.{{ .Env.XMPP_DOMAIN }}" "muc"
{{ if $ENABLE_SUBDOMAINS -}}
"muc_domain_mapper";
{{ end -}}
{{ if not $DISABLE_POLLS -}}
"polls";
{{ end -}}
}
{{ end }}

0 comments on commit 1b51c77

Please sign in to comment.