소스 검색
Fix localpart slack id regex for mautrix-slack
pull/2227/head
Cody Wyatt Neiman
3 년 전
No known key found for this signature in database
GPG 키 ID: 94475C8B94E4698D
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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 }}$' |
|
|
|
|