Fix comment

This commit is contained in:
Mark Haines 2017-02-22 15:25:32 +00:00
parent ae9a226b41
commit e0cd3d6e48

View file

@ -88,7 +88,8 @@ func doUpdateLatestEvents(
}
if !alreadyReferenced && !alreadyInLatest {
// This event is not referenced by any of the events in the room.
// This event is not referenced by any of the events in the room
// and the event is not already in the latest events.
// Add it to the latest events
newLatest = append(newLatest, types.StateAtEventAndReference{
StateAtEvent: stateAtEvent,