mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Missing events should be KindOld
This commit is contained in:
parent
014db69187
commit
698059185c
|
|
@ -76,7 +76,7 @@ func (t *missingStateReq) processEventWithMissingState(
|
|||
// in the gap in the DAG
|
||||
for _, newEvent := range newEvents {
|
||||
_, err = t.inputer.processRoomEvent(ctx, t.db, &api.InputRoomEvent{
|
||||
Kind: api.KindNew,
|
||||
Kind: api.KindOld,
|
||||
Event: newEvent.Headered(roomVersion),
|
||||
Origin: t.origin,
|
||||
SendAsServer: api.DoNotSendToOtherServers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue