Comment improvements

This commit is contained in:
David Robertson 2023-11-03 15:45:28 +00:00
parent c6fb96ac70
commit 2044af96de
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

View File

@ -365,6 +365,8 @@ func (s *Storage) ResetMetadataState(metadata *internal.RoomMetadata) error {
// For now, don't bother reloading Encrypted, PredecessorID and UpgradedRoomID.
// These shouldn't be changing during a room's lifetime in normal operation.
// We haven't updated LatestEventsByType because that's not part of the timeline.
return nil
}