From 14327faaf612d9fc208633c1ef54c47416e7aa48 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 17 Jan 2022 11:45:03 +0000 Subject: [PATCH] Submit async --- federationapi/routing/send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federationapi/routing/send.go b/federationapi/routing/send.go index 18339bdae..d869365fd 100644 --- a/federationapi/routing/send.go +++ b/federationapi/routing/send.go @@ -294,7 +294,7 @@ func (t *txnReq) processTransaction(ctx context.Context) (*gomatrixserverlib.Res t.Origin, api.DoNotSendToOtherServers, nil, - false, + true, ) results[event.EventID()] = gomatrixserverlib.PDUResult{}