allow relaying
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m33s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m33s
This commit is contained in:
parent
9741d46f33
commit
efefea6077
2 changed files with 4 additions and 4 deletions
|
@ -168,10 +168,10 @@ bridge:
|
|||
relay:
|
||||
# Whether relay mode should be allowed. If allowed, the set-relay command can be used to turn any
|
||||
# authenticated user into a relaybot for that chat.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# Should only admins be allowed to set themselves as relay users?
|
||||
# If true, non-admins can only set users listed in default_relays as relays in a room.
|
||||
admin_only: true
|
||||
admin_only: false
|
||||
# List of user login IDs which anyone can set as a relay, as long as the relay user is in the room.
|
||||
default_relays: []
|
||||
# The formats to use when sending messages via the relaybot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue