mirror of https://github.com/vector-im/riot-web
Merge pull request #4054 from matrix-org/t3chguy/showTypingNotifications
Fix watcher for showTypingNotifications settingpull/21833/head
commit
36fa6261cf
|
@ -167,7 +167,7 @@ export default class MessagePanel extends React.Component {
|
||||||
this._scrollPanel = createRef();
|
this._scrollPanel = createRef();
|
||||||
|
|
||||||
this._showTypingNotificationsWatcherRef =
|
this._showTypingNotificationsWatcherRef =
|
||||||
SettingsStore.watchSetting("showTypingNotifications", this.onShowTypingNotificationsChange);
|
SettingsStore.watchSetting("showTypingNotifications", null, this.onShowTypingNotificationsChange);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
|
|
Loading…
Reference in New Issue