Try to send state events always

This commit is contained in:
Neil Alexander 2021-06-29 16:38:15 +01:00
parent 89c16d132b
commit 05ec6eb973
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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)