Submit async
This commit is contained in:
parent
8236478dc3
commit
14327faaf6
|
@ -294,7 +294,7 @@ func (t *txnReq) processTransaction(ctx context.Context) (*gomatrixserverlib.Res
|
||||||
t.Origin,
|
t.Origin,
|
||||||
api.DoNotSendToOtherServers,
|
api.DoNotSendToOtherServers,
|
||||||
nil,
|
nil,
|
||||||
false,
|
true,
|
||||||
)
|
)
|
||||||
|
|
||||||
results[event.EventID()] = gomatrixserverlib.PDUResult{}
|
results[event.EventID()] = gomatrixserverlib.PDUResult{}
|
||||||
|
|
Loading…
Reference in a new issue