Skip to content

Commit 1b51c77

Browse files
committed
feat: Enables polls for breakout rooms.
1 parent 0b019ee commit 1b51c77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,5 +258,8 @@ Component "breakout.{{ .Env.XMPP_DOMAIN }}" "muc"
258258
{{ if $ENABLE_SUBDOMAINS -}}
259259
"muc_domain_mapper";
260260
{{ end -}}
261+
{{ if not $DISABLE_POLLS -}}
262+
"polls";
263+
{{ end -}}
261264
}
262265
{{ end }}

0 commit comments

Comments
 (0)