update commit hash of mattermost-redux and cleaup initial state of requests.preferences (#3836)
This commit is contained in:
parent
535239d070
commit
a76c0fbb9d
3 changed files with 3 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue