MM-22752 Preserve other teams channel membership (#3987) (#3989)

This commit is contained in:
Elias Nahum 2020-03-02 16:13:07 -03:00 committed by GitHub
parent 4bd719789f
commit 687968bf39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ export default class NetworkIndicator extends PureComponent {
// Attempt to connect when this component mounts
// if the websocket is already connected it does not try and connect again
this.connect();
this.connect(true);
}
componentDidUpdate(prevProps) {

4
package-lock.json generated
View file

@ -9974,8 +9974,8 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#8947eb10059c0b8730ac08e8d25e9b054967fc5c",
"from": "github:mattermost/mattermost-redux#8947eb10059c0b8730ac08e8d25e9b054967fc5c",
"version": "github:mattermost/mattermost-redux#71bf6587faabeb3143b0657ea3154958b4a1cafb",
"from": "github:mattermost/mattermost-redux#71bf6587faabeb3143b0657ea3154958b4a1cafb",
"requires": {
"core-js": "3.1.4",
"form-data": "2.5.1",

View file

@ -24,7 +24,7 @@
"intl": "1.2.5",
"jail-monkey": "2.3.1",
"jsc-android": "241213.2.0",
"mattermost-redux": "github:mattermost/mattermost-redux#8947eb10059c0b8730ac08e8d25e9b054967fc5c",
"mattermost-redux": "github:mattermost/mattermost-redux#71bf6587faabeb3143b0657ea3154958b4a1cafb",
"mime-db": "1.43.0",
"moment-timezone": "0.5.27",
"prop-types": "15.7.2",