Ver a proveniência
Merge pull request #1867 from roughnecks/fix-mautrix-whatsapp-status-endpoint
Fix string "null" in status_endpoint
pull/1871/head
Slavi Pantaleev
há 3 anos
committed by
GitHub
ascendente
cometimento
3c53b85116
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
roles/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2
|
|
|
@@ -10,7 +10,7 @@ homeserver: |
|
|
|
# The URL to push real-time bridge status to. |
|
|
|
# If set, the bridge will make POST requests to this URL whenever a user's whatsapp connection state changes. |
|
|
|
# The bridge will use the appservice as_token to authorize requests. |
|
|
|
status_endpoint: "null" |
|
|
|
status_endpoint: null |
|
|
|
|
|
|
|
appservice: |
|
|
|
# The address that the homeserver can use to connect to this appservice. |
|
|
|
|