소스 검색
Change sequence of permissions
As per earlier comment (see from tulir) the sequence has been changed.
pull/1229/head
WobbelTheBear
5 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2
|
|
|
@@ -189,8 +189,8 @@ bridge: |
|
|
|
# domain - All users on that homeserver |
|
|
|
# mxid - Specific user |
|
|
|
permissions: |
|
|
|
*: relay |
|
|
|
'{{ matrix_mautrix_signal_homeserver_domain }}': user |
|
|
|
*: relay |
|
|
|
|
|
|
|
relay: |
|
|
|
# Whether or not relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any |
|
|
|
|