Merge pull request #4054 from matrix-org/t3chguy/showTypingNotifications

Fix watcher for showTypingNotifications setting
This commit is contained in:
Michael Telatynski 2020-02-11 10:11:20 +00:00 committed by GitHub
commit 36fa6261cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {