Explorar el Código

Merge pull request #2309 from etkecc/patch-130

fix hookshot role
pull/2311/head
Slavi Pantaleev hace 3 años
committed by GitHub
padre
commit
5e595611fe
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
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2

+ 1
- 1
roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 Ver fichero

@@ -18,7 +18,7 @@ namespaces:
exclusive: true
{% endif %}
{% if matrix_hookshot_generic_enabled %}
- regex: "@{{ matrix_hookshot_generic_user_id_prefix }}.*:{{ matrix_domain }}" # Where foobar is your homeserver's domain // depending on userIdPrefix setting in conf
- regex: "@{{ matrix_hookshot_generic_userIdPrefix }}.*:{{ matrix_domain }}" # Where foobar is your homeserver's domain // depending on userIdPrefix setting in conf
exclusive: true
{% endif %}
aliases:


Cargando…
Cancelar
Guardar