mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-10 13:53:40 +00:00
Try to send state events always
This commit is contained in:
parent
89c16d132b
commit
05ec6eb973
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue