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{}