mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Don't set new state NID if state regression
This commit is contained in:
parent
a846dad0e1
commit
78f6e1a31e
@ -242,6 +242,7 @@ func (u *latestEventsUpdater) latestState() error {
|
||||
)
|
||||
u.added = u.added[:0]
|
||||
u.removed = u.removed[:0]
|
||||
u.newStateNID = u.oldStateNID
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user