add correct permissions
This commit is contained in:
parent
0bbd3976b2
commit
18cb45ce27
@ -314,10 +314,11 @@ bridge:
|
||||
# domain - All users on that homeserver
|
||||
# mxid - Specific user
|
||||
permissions:
|
||||
"*": "relaybot"
|
||||
"public.example.com": "user"
|
||||
"example.com": "full"
|
||||
"@admin:example.com": "admin"
|
||||
permissions:
|
||||
'*': relaybot
|
||||
"{{ getenv "SERVER_DOMAIN" }}": full
|
||||
"{{ getenv "ADMIN_USER" }}": admin
|
||||
|
||||
|
||||
# Options related to the message relay Telegram bot.
|
||||
relaybot:
|
||||
|
Loading…
Reference in New Issue
Block a user