add correct permissions

This commit is contained in:
Sebastian Hugentobler 2020-07-08 21:37:00 +02:00
parent 0bbd3976b2
commit 18cb45ce27

View File

@ -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: