Update matrix-detect.yaml

patch-1
Prince Chaddha 2022-11-06 12:58:34 +05:30 committed by GitHub
parent b72140c265
commit ff9afcbf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -36,18 +36,7 @@ requests:
extractors: extractors:
- type: json - type: json
part: body part: body
name: server-to-server
json: json:
- '."m.server" | select( . != null )' - '."m.server" | select( . != null )'
- type: json
part: body
name: client-homeserver
json:
- '."m.homeserver" | .base_url | select( . != null )' - '."m.homeserver" | .base_url | select( . != null )'
- type: json
part: body
name: identity-server
json:
- '."m.identity_server" | .base_url | select( . != null )' - '."m.identity_server" | .base_url | select( . != null )'