MM-16399 Clear current channel when leaving a team (#3288)

* MM-16399 Clear current channel when leaving a team

* Update mattermost-redux
This commit is contained in:
Harrison Healey
2019-09-25 14:33:48 -04:00
parent 41bcc75df9
commit f2e06aa304
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -14056,8 +14056,8 @@
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#9800f16a94b46fd77e95132c1c33f18752bf8a98",
"from": "github:mattermost/mattermost-redux#9800f16a94b46fd77e95132c1c33f18752bf8a98",
"version": "github:mattermost/mattermost-redux#d3429317c230c61afda5a01c798cd0332b3db0a5",
"from": "github:mattermost/mattermost-redux#d3429317c230c61afda5a01c798cd0332b3db0a5",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "3.0.0",
@@ -17459,9 +17459,9 @@
},
"dependencies": {
"@react-native-community/netinfo": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-4.2.1.tgz",
"integrity": "sha512-kAnmYp8vXpZToPw8rgE7uO+MqmqHSR9VEDPkuZT0DnFMBJmIXCSD2NLAD28HGKVY/kujVWCknC/FuVWr5/A3uA=="
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-4.2.2.tgz",
"integrity": "sha512-ktMlUCYn+vKL8PQH/e6Vpoygvn3gU+Ibc1uD7m+pYhQwiKHD7eqCRAkR1Xt5vc2L3Xy3N1z0tMXlxzK4IKbYyQ=="
}
}
},

View File

@@ -21,7 +21,7 @@
"intl": "1.2.5",
"jail-monkey": "2.2.0",
"jsc-android": "241213.2.0",
"mattermost-redux": "github:mattermost/mattermost-redux#9800f16a94b46fd77e95132c1c33f18752bf8a98",
"mattermost-redux": "github:mattermost/mattermost-redux#d3429317c230c61afda5a01c798cd0332b3db0a5",
"mime-db": "1.40.0",
"moment-timezone": "0.5.25",
"prop-types": "15.7.2",