mautrix-based bridges: add matrix_admin
This commit is contained in:
@ -291,6 +291,9 @@ bridge:
|
||||
# mxid - Specific user
|
||||
permissions:
|
||||
'{{ matrix_mautrix_telegram_homeserver_domain }}': full
|
||||
{% if matrix_admin is defined and matrix_admin|length %}
|
||||
'{{ matrix_admin }}': admin
|
||||
{% endif %}
|
||||
|
||||
# Options related to the message relay Telegram bot.
|
||||
relaybot:
|
||||
|
Reference in New Issue
Block a user