Skip to content

Commit

Permalink
fix(prosody-visitors): proper variable for transcriber jid in rate li…
Browse files Browse the repository at this point in the history
…mit (#1967)
  • Loading branch information
aaronkvanmeerten authored Nov 14, 2024
1 parent d3db3a5 commit 5e8b702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prosody/rootfs/defaults/conf.d/visitors.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Component '{{ $VISITORS_MUC_PREFIX }}.v{{ $VISITOR_INDEX }}.{{ $VISITORS_XMPP_DO

rate_limit_whitelist_jids = {
"{{ $JIBRI_RECORDER_USER }}@{{ $XMPP_HIDDEN_DOMAIN }}",
"{{ $JIGASI_XMPP_USER }}@{{ $XMPP_HIDDEN_DOMAIN }}"
"{{ $JIGASI_TRANSCRIBER_USER }}@{{ $XMPP_HIDDEN_DOMAIN }}"
}

{{ end -}}
Expand Down

0 comments on commit 5e8b702

Please sign in to comment.