Fix roles Set issue and update device-info to not cache appVersion (#1753)
This commit is contained in:
parent
19729db610
commit
27b68c74dc
3 changed files with 11 additions and 6 deletions
|
|
@ -38,9 +38,14 @@ const channelSetTransform = [
|
|||
'channelsInTeam',
|
||||
];
|
||||
|
||||
const rolesSetTransform = [
|
||||
'pending',
|
||||
];
|
||||
|
||||
const setTransforms = [
|
||||
...usersSetTransform,
|
||||
...channelSetTransform,
|
||||
...rolesSetTransform,
|
||||
];
|
||||
|
||||
export default function configureAppStore(initialState) {
|
||||
|
|
|
|||
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -9878,8 +9878,8 @@
|
|||
}
|
||||
},
|
||||
"mattermost-redux": {
|
||||
"version": "github:mattermost/mattermost-redux#c000a81479a3b37de4e7815ef6f623c3e3649a20",
|
||||
"from": "github:mattermost/mattermost-redux#c000a81479a3b37de4e7815ef6f623c3e3649a20",
|
||||
"version": "github:mattermost/mattermost-redux#b81b6c647b226554cb0d410578562e5f876f4d9b",
|
||||
"from": "github:mattermost/mattermost-redux#b81b6c647b226554cb0d410578562e5f876f4d9b",
|
||||
"requires": {
|
||||
"deep-equal": "1.0.1",
|
||||
"eslint-plugin-header": "1.2.0",
|
||||
|
|
@ -14427,8 +14427,8 @@
|
|||
}
|
||||
},
|
||||
"react-native-device-info": {
|
||||
"version": "github:enahum/react-native-device-info#27ecfd4a59341bf6ed71d11203d914067070e8df",
|
||||
"from": "react-native-device-info@github:enahum/react-native-device-info#27ecfd4a59341bf6ed71d11203d914067070e8df"
|
||||
"version": "github:enahum/react-native-device-info#a7bb3cff1086780b2c791a3e43e5b826fdf3ab11",
|
||||
"from": "github:enahum/react-native-device-info#a7bb3cff1086780b2c791a3e43e5b826fdf3ab11"
|
||||
},
|
||||
"react-native-dismiss-keyboard": {
|
||||
"version": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"intl": "1.2.5",
|
||||
"jail-monkey": "1.0.0",
|
||||
"jsc-android": "216113.0.3",
|
||||
"mattermost-redux": "github:mattermost/mattermost-redux#c000a81479a3b37de4e7815ef6f623c3e3649a20",
|
||||
"mattermost-redux": "github:mattermost/mattermost-redux#b81b6c647b226554cb0d410578562e5f876f4d9b",
|
||||
"mime-db": "1.33.0",
|
||||
"prop-types": "15.6.1",
|
||||
"react": "16.3.2",
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
"react-native-button": "2.3.0",
|
||||
"react-native-circular-progress": "0.2.0",
|
||||
"react-native-cookies": "3.2.0",
|
||||
"react-native-device-info": "enahum/react-native-device-info.git#27ecfd4a59341bf6ed71d11203d914067070e8df",
|
||||
"react-native-device-info": "enahum/react-native-device-info.git#a7bb3cff1086780b2c791a3e43e5b826fdf3ab11",
|
||||
"react-native-doc-viewer": "2.7.8",
|
||||
"react-native-document-picker": "2.1.0",
|
||||
"react-native-drawer": "2.5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue