소스 검색

Merge pull request #9 from shreyasajj/googlemessages

Change how the local part works
pull/2794/head
Shreyas Ajjarapu 3 년 전
committed by GitHub
부모
커밋
42c7d5f241
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-gmessages/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-mautrix-gmessages/defaults/main.yml 파일 보기

@@ -142,7 +142,7 @@ matrix_mautrix_gmessages_registration_yaml: |
rate_limited: false
namespaces:
users:
- regex: '^@gmessages_[0-9]+:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$'
- regex: '^@gmessages_.+:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$'
exclusive: true
- exclusive: true
regex: '^@{{ matrix_mautrix_gmessages_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$'


불러오는 중...
취소
저장