diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index 445d9019d1..821e370628 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -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() {