mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-06 03:01:19 +01:00
Merge pull request #4054 from matrix-org/t3chguy/showTypingNotifications
Fix watcher for showTypingNotifications setting
This commit is contained in:
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…
x
Reference in New Issue
Block a user