1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

correct comment

This commit is contained in:
Luke Barnard
2016-11-10 17:22:16 +00:00
parent b11dd9542f
commit d2d7ebc979

View File

@ -305,8 +305,8 @@ module.exports = React.createClass({
}
summarisedEvents.push(collapsedMxEv);
}
// At this point, i = this.props.events.length OR i = the index of the first event
// to NOT be a MembershipChange after a sequence of MembershipChanges
// At this point, i = this.props.events.length OR i = the index of the last
// MembershipChange in a sequence of MembershipChanges
let renderEvents = (pEvent, events) => {
if (events.length === 0) {