You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
remove untrue comment, as we only load the members when joining
This commit is contained in:
@@ -154,10 +154,6 @@ module.exports = React.createClass({
|
|||||||
// We listen for room events because when we accept an invite
|
// We listen for room events because when we accept an invite
|
||||||
// we need to wait till the room is fully populated with state
|
// we need to wait till the room is fully populated with state
|
||||||
// before refreshing the member list else we get a stale list.
|
// 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();
|
this._waitForMembersIfJoinedAndLL();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user