Fix comment!

This commit is contained in:
Mark Haines 2017-02-03 13:51:12 +00:00
parent f2b4d051c1
commit 2654a33b13

View file

@ -7,11 +7,10 @@ const (
// These events are state events used to authenticate other events. // These events are state events used to authenticate other events.
// They can become part of the contiguous event graph via backfill. // They can become part of the contiguous event graph via backfill.
KindOutlier = 1 KindOutlier = 1
// KindJoin event start a new contiguous event graph. The first event // KindJoin event start a new contiguous event graph. The event must be a
// in the list must be a m.room.memeber event joining this server to // m.room.member event joining this server to the room. This must come with
// the room. This must come with the state at the event. // the state at the event. If the event is contiguous with the existing
// If the event is contiguous with the existing graph for the room then // graph for the room then it is treated as a normal new event.
// it is treated as a normal new event.
KindJoin = 2 KindJoin = 2
// KindNew event extend the contiguous graph going forwards. // KindNew event extend the contiguous graph going forwards.
// They usually don't need state, but may include state if the // They usually don't need state, but may include state if the