Skip to content

Commit c44206c

Browse files
authored
fix(prosody): Adds option to enable admins as room owners for prosody 13.0. (#2051)
1 parent 39633eb commit c44206c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prosody/rootfs/defaults/prosody.cfg.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
-- (see http://prosody.im/doc/creating_accounts for info)
7373
-- Example: admins = { "[email protected]", "[email protected]" }
7474
admins = { {{ if .Env.PROSODY_ADMINS }}{{ range $index, $element := $PROSODY_ADMIN_LIST -}}{{ if $index }}, {{ end }}"{{ $element }}"{{ end }}{{ end }} }
75+
76+
component_admins_as_room_owners = true
77+
7578
-- Enable use of libevent for better performance under high load
7679
-- For more information see: http://prosody.im/doc/libevent
7780
--use_libevent = true;

0 commit comments

Comments
 (0)