|
|
@@ -367,10 +367,10 @@ matrix_mautrix_telegram_registration_yaml: | |
|
|
namespaces: |
|
|
namespaces: |
|
|
users: |
|
|
users: |
|
|
- exclusive: true |
|
|
- exclusive: true |
|
|
regex: '@telegram_.+:{{ matrix_mautrix_telegram_homeserver_domain }}' |
|
|
|
|
|
|
|
|
regex: '@telegram_.+:{{ matrix_mautrix_telegram_homeserver_domain|regex_escape }}' |
|
|
aliases: |
|
|
aliases: |
|
|
- exclusive: true |
|
|
- exclusive: true |
|
|
regex: '#telegram_.+:{{ matrix_mautrix_telegram_homeserver_domain }}' |
|
|
|
|
|
|
|
|
regex: '#telegram_.+:{{ matrix_mautrix_telegram_homeserver_domain|regex_escape }}' |
|
|
url: {{ matrix_mautrix_telegram_appservice_address }} |
|
|
url: {{ matrix_mautrix_telegram_appservice_address }} |
|
|
sender_localpart: telegrambot |
|
|
sender_localpart: telegrambot |
|
|
rate_limited: false |
|
|
rate_limited: false |
|
|
|