Tulir Asokan 2 жил өмнө
parent
commit
f8a6afd66e
3 өөрчлөгдсөн 8 нэмэгдсэн , 3 устгасан
  1. 5 0
      example-config.yaml
  2. 1 1
      go.mod
  3. 2 2
      go.sum

+ 5 - 0
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"

+ 1 - 1
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 (

+ 2 - 2
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=