fix call to SettngsStore.watchSetting, it takes a roomID
parent
f381099f2a
commit
ee819dfdf8
|
@ -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