mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
Merge branch 'master' of https://github.com/matrix-org/dendrite into add-health-endpoint
This commit is contained in:
commit
7425d33343
|
|
@ -242,6 +242,7 @@ func (u *latestEventsUpdater) latestState() error {
|
||||||
)
|
)
|
||||||
u.added = u.added[:0]
|
u.added = u.added[:0]
|
||||||
u.removed = u.removed[:0]
|
u.removed = u.removed[:0]
|
||||||
|
u.newStateNID = u.oldStateNID
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue