mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08: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._showTypingNotificationsWatcherRef =
|
||||
SettingsStore.watchSetting("showTypingNotifications", this.onShowTypingNotificationsChange);
|
||||
SettingsStore.watchSetting("showTypingNotifications", null, this.onShowTypingNotificationsChange);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
Loading…
Reference in New Issue
Block a user