diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index acc87d9616..0efa46416e 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -460,8 +460,6 @@ export default createReactClass({ // (We could use isMounted, but facebook have deprecated that.) this.unmounted = true; - SettingsStore.unwatchSetting(this._ciderWatcherRef); - // update the scroll map before we get unmounted if (this.state.roomId) { RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());