From f8a6afd66e343703f25282cbbb1a2467c31dd963 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 9 Nov 2022 17:09:45 +0200 Subject: [PATCH] Update mautrix-go --- example-config.yaml | 5 +++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 329f61e..bc3e55e 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -60,6 +60,11 @@ appservice: # You should disable bridge -> sync_with_custom_puppets when this is enabled. ephemeral_events: true + # Should incoming events be handled asynchronously? + # This may be necessary for large public instances with lots of messages going through. + # However, messages will not be guaranteed to be bridged in the same order they were sent in. + async_transactions: false + # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. as_token: "This value is generated when generating the registration" hs_token: "This value is generated when generating the registration" diff --git a/go.mod b/go.mod index e2ce4fa..f598bd0 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( golang.org/x/net v0.1.0 google.golang.org/protobuf v1.28.1 maunium.net/go/maulogger/v2 v2.3.2 - maunium.net/go/mautrix v0.12.3-0.20221105092350-7f87f6340195 + maunium.net/go/mautrix v0.12.3-0.20221109150635-27bace5ffa60 ) require ( diff --git a/go.sum b/go.sum index ad888ee..20aaa94 100644 --- a/go.sum +++ b/go.sum @@ -120,5 +120,5 @@ maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M= maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA= maunium.net/go/maulogger/v2 v2.3.2 h1:1XmIYmMd3PoQfp9J+PaHhpt80zpfmMqaShzUTC7FwY0= maunium.net/go/maulogger/v2 v2.3.2/go.mod h1:TYWy7wKwz/tIXTpsx8G3mZseIRiC5DoMxSZazOHy68A= -maunium.net/go/mautrix v0.12.3-0.20221105092350-7f87f6340195 h1:IRPl+nU71I/fXjK6xDYPHC4Ego4YIBMce63Ief2kNjM= -maunium.net/go/mautrix v0.12.3-0.20221105092350-7f87f6340195/go.mod h1:IJK6VRAV5wL4IOmu31GT8NRmSEAh2iNBxMNA/ZfA5xM= +maunium.net/go/mautrix v0.12.3-0.20221109150635-27bace5ffa60 h1:eeWThgjW2BNZa4BAL/IRIzKch79OluQrLD/AI0tgOZ4= +maunium.net/go/mautrix v0.12.3-0.20221109150635-27bace5ffa60/go.mod h1:IJK6VRAV5wL4IOmu31GT8NRmSEAh2iNBxMNA/ZfA5xM=