You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-21 07:42:09 +03:00
Lint
This is why we shouldn't rely on regex
This commit is contained in:
@ -173,7 +173,11 @@ export default class MessagePanel extends React.Component {
|
||||
SettingsStore.watchSetting("showTypingNotifications", null, this.onShowTypingNotificationsChange);
|
||||
|
||||
this._layoutWatcherRef = SettingsStore.watchSetting("feature_irc_ui", null, this.onLayoutChange);
|
||||
this._displayAvatarsWatcherRef = SettingsStore.watchSetting("feature_no_timeline_avatars", null, this.onDisplayAvatarsChange);
|
||||
this._displayAvatarsWatcherRef = SettingsStore.watchSetting(
|
||||
"feature_no_timeline_avatars",
|
||||
null,
|
||||
this.onDisplayAvatarsChange,
|
||||
);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
Reference in New Issue
Block a user