remove untrue comment, as we only load the members when joining

pull/21833/head
Bruno Windels 2018-09-17 19:21:22 +02:00
parent e1b9aa9626
commit e0a789f77e
1 changed files with 0 additions and 4 deletions

View File

@ -154,10 +154,6 @@ module.exports = React.createClass({
// We listen for room events because when we accept an invite
// we need to wait till the room is fully populated with state
// before refreshing the member list else we get a stale list.
// also when peeking, we need to await the members being loaded
// before showing them.
this._waitForMembersIfJoinedAndLL();
},