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