From a76c0fbb9d23fa8373777ea4240e2870166015b6 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Fri, 24 Jan 2020 22:27:39 +0800 Subject: [PATCH] update commit hash of mattermost-redux and cleaup initial state of requests.preferences (#3836) --- app/initial_state.js | 14 -------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/app/initial_state.js b/app/initial_state.js index dfc0220c8..e9215a0e5 100644 --- a/app/initial_state.js +++ b/app/initial_state.js @@ -124,20 +124,6 @@ const state = { error: null, }, }, - preferences: { - getMyPreferences: { - status: 'not_started', - error: null, - }, - savePreferences: { - status: 'not_started', - error: null, - }, - deletePreferences: { - status: 'not_started', - error: null, - }, - }, }, device: { connection: true, diff --git a/package-lock.json b/package-lock.json index 9ca15c9bd..8b6b94514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9974,8 +9974,8 @@ } }, "mattermost-redux": { - "version": "github:mattermost/mattermost-redux#efc039e1a436eed566f4ffed571b7dc107db5d14", - "from": "github:mattermost/mattermost-redux#efc039e1a436eed566f4ffed571b7dc107db5d14", + "version": "github:mattermost/mattermost-redux#af7a071de69e778a633ab182367568c21977f6b0", + "from": "github:mattermost/mattermost-redux#af7a071de69e778a633ab182367568c21977f6b0", "requires": { "core-js": "3.1.4", "form-data": "2.5.1", diff --git a/package.json b/package.json index ae098cd0f..ef701a66f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "intl": "1.2.5", "jail-monkey": "2.3.1", "jsc-android": "241213.2.0", - "mattermost-redux": "github:mattermost/mattermost-redux#efc039e1a436eed566f4ffed571b7dc107db5d14", + "mattermost-redux": "github:mattermost/mattermost-redux#af7a071de69e778a633ab182367568c21977f6b0", "mime-db": "1.43.0", "moment-timezone": "0.5.27", "prop-types": "15.7.2",