mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
move comment after rebase
This commit is contained in:
parent
af07d73432
commit
201332d96c
1 changed files with 2 additions and 2 deletions
|
@ -309,12 +309,12 @@ module.exports = React.createClass({
|
|||
}
|
||||
});
|
||||
} else if (room) {
|
||||
//viewing a previously joined room, try to lazy load members
|
||||
|
||||
// Stop peeking because we have joined this room previously
|
||||
MatrixClientPeg.get().stopPeeking();
|
||||
this.setState({isPeeking: false});
|
||||
|
||||
//viewing a previously joined room, try to lazy load members
|
||||
|
||||
// lazy load members if enabled
|
||||
if (SettingsStore.isFeatureEnabled('feature_lazyloading')) {
|
||||
MatrixClientPeg.get().loadRoomMembersIfNeeded(room.roomId);
|
||||
|
|
Loading…
Reference in a new issue