Explorar el Código

Fix matrix-rustpush-bridge ketesa managed-users regex namespace

The puppet localpart namespace was renamed from imessage_ to rustpush_
to avoid overlap with the mautrix-wsproxy iMessage bridge, but the
asManagedUsers regex still referenced the old imessage_ namespace.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pull/5289/head
Slavi Pantaleev hace 1 mes
padre
commit
657125fa1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Ver fichero

@@ -5082,7 +5082,7 @@ matrix_ketesa_config_asManagedUsers_auto: |
+
([
'^@'+(matrix_rustpush_bridge_appservice_bot_username | default('') | regex_escape)+':'+(matrix_domain | regex_escape)+'$',
'^@imessage_[a-zA-Z0-9_.+-]+:'+(matrix_domain | regex_escape)+'$',
'^@rustpush_[a-zA-Z0-9_.+-]+:'+(matrix_domain | regex_escape)+'$',
] if matrix_rustpush_bridge_enabled else [])
+
([


Cargando…
Cancelar
Guardar