Explorar el Código
Merge pull request #9 from shreyasajj/googlemessages
Change how the local part works
pull/2794/head
Shreyas Ajjarapu
hace 3 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/custom/matrix-bridge-mautrix-gmessages/defaults/main.yml
|
|
|
@@ -142,7 +142,7 @@ matrix_mautrix_gmessages_registration_yaml: | |
|
|
|
rate_limited: false |
|
|
|
namespaces: |
|
|
|
users: |
|
|
|
- regex: '^@gmessages_[0-9]+:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$' |
|
|
|
- regex: '^@gmessages_.+:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$' |
|
|
|
exclusive: true |
|
|
|
- exclusive: true |
|
|
|
regex: '^@{{ matrix_mautrix_gmessages_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$' |
|
|
|
|