diff --git a/federationapi/routing/send.go b/federationapi/routing/send.go index 68f1dde8..9889d483 100644 --- a/federationapi/routing/send.go +++ b/federationapi/routing/send.go @@ -739,7 +739,7 @@ func (t *txnReq) processEventWithMissingState( api.KindOld, resolvedState, backwardsExtremity.Headered(roomVersion), - t.haveEventIDs(), + nil, ) if err != nil { return fmt.Errorf("api.SendEventWithState: %w", err)