mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-18 01:33:39 +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,
|
api.KindOld,
|
||||||
resolvedState,
|
resolvedState,
|
||||||
backwardsExtremity.Headered(roomVersion),
|
backwardsExtremity.Headered(roomVersion),
|
||||||
t.haveEventIDs(),
|
nil,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("api.SendEventWithState: %w", err)
|
return fmt.Errorf("api.SendEventWithState: %w", err)
|
||||||
|
|
Loading…
Reference in a new issue