-
-
Notifications
You must be signed in to change notification settings - Fork 829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise lgtm, assuming the build passes
@@ -53,13 +53,6 @@ export class LabsSettingToggle extends React.Component { | |||
} | |||
|
|||
_onChange = async (checked) => { | |||
if (this.props.featureId === "feature_lazyloading") { | |||
const confirmed = await this._onLazyLoadChanging(checked); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we're dropping the homeserver check, please also delete the function above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
I once again reviewed a change that wasn't in the queue - sorry :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I once again reviewed a change that wasn't in the queue - sorry :(
Then you once again made up for me forgetting to put it in the queue :)
also don't forget to run |
green!!!! \o/ :heavy_check_mark::heavy_check_mark::heavy_check_mark::heavy_check_mark: |
PR to update config on develop: /~https://github.com/matrix-org/internal-config/pull/582
riot-web PR to fix app tests: element-hq/element-web#8464