refactor!: unlimited permissions bridge config
This commit is contained in:
@ -267,10 +267,8 @@ bridge:
|
||||
# * - All Matrix users
|
||||
# domain - All users on that homeserver
|
||||
# mxid - Specific user
|
||||
permissions:
|
||||
"*": "relay"
|
||||
"{{ env "SIGNAL_BRIDGE_ADMIN_1" }}": "admin"
|
||||
"{{ env "SIGNAL_BRIDGE_ADMIN_2" }}": "admin"
|
||||
permissions: "{{ env "SIGNAL_BRIDGE_PERMISSIONS" }}"
|
||||
|
||||
relay:
|
||||
# Whether relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
||||
# authenticated user into a relaybot for that chat.
|
||||
|
||||
Reference in New Issue
Block a user