Merge branch 'master' of https://github.com/matrix-org/dendrite into add-health-endpoint

This commit is contained in:
Till Faelligen 2020-10-08 15:02:09 +02:00
commit 7425d33343

View file

@ -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
}