Merge pull request #1867 from roughnecks/fix-mautrix-whatsapp-status-endpoint

Fix string "null" in status_endpoint
This commit is contained in:
Slavi Pantaleev 2022-06-02 21:34:31 +03:00 committed by GitHub
commit 3c53b85116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ homeserver:
# The URL to push real-time bridge status to. # 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. # 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. # The bridge will use the appservice as_token to authorize requests.
status_endpoint: "null" status_endpoint: null
appservice: appservice:
# The address that the homeserver can use to connect to this appservice. # The address that the homeserver can use to connect to this appservice.