Fix string null in status_endpoint

This commit is contained in:
roughnecks 2022-06-02 16:52:15 +02:00 committed by teutat3s
parent 646da6d163
commit c920292385
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -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.