Kaynağa Gözat
Fix localpart slack id regex for mautrix-slack
pull/2227/head
Cody Wyatt Neiman
3 yıl önce
ebeveyn
işleme
12b8cb3aab
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 94475C8B94E4698D
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml
|
|
|
@@ -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 }}$' |
|
|
|
|