Merge pull request #1989 from etkecc/patch-31

Fix mautrix-telegram permissions
This commit is contained in:
Slavi Pantaleev 2022-07-30 21:23:48 +03:00 committed by GitHub
commit 01a2f5de3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ matrix_mautrix_telegram_command_prefix: "!tg"
matrix_mautrix_telegram_bridge_permissions: |
{{
{matrix_mautrix_telegram_homeserver_domain: 'user'}
{matrix_mautrix_telegram_homeserver_domain: 'full'}
| combine({matrix_admin: 'admin'} if matrix_admin else {})
}}