Update mautrix-go

This commit is contained in:
Tulir Asokan
2022-09-13 14:44:31 +03:00
parent 704bdaefd7
commit 0b782a5adb
5 changed files with 27 additions and 27 deletions

View File

@@ -5,8 +5,9 @@ homeserver:
# The domain of the homeserver (for MXIDs, etc).
domain: example.com
# Is the homeserver actually mautrix-asmux?
asmux: false
# What software is the homeserver running?
# Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here.
software: standard
# The URL to push real-time bridge status to.
# If set, the bridge will make POST requests to this URL whenever a user's discord connection state changes.
# The bridge will use the appservice as_token to authorize requests.