Sfoglia il codice sorgente

Fix localpart slack id regex for mautrix-slack

pull/2227/head
Cody Wyatt Neiman 3 anni fa
parent
commit
12b8cb3aab
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 94475C8B94E4698D
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml Vedi File

@@ -124,7 +124,7 @@ matrix_mautrix_slack_registration_yaml: |
rate_limited: false
namespaces:
users:
- regex: '^@slack_[0-9]+:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$'
- regex: '^@slack_[a-z-A-Z0-9\-]+:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$'
exclusive: true
- exclusive: true
regex: '^@{{ matrix_mautrix_slack_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$'


Caricamento…
Annulla
Salva