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

This commit is contained in:
Elias Nahum 2020-03-02 15:21:11 -03:00 committed by GitHub
parent 60be3d2783
commit 5e8872e2d3
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#d5f581cfed3ffc273d0e7ca02663dd8fd6b8c241",
"from": "github:mattermost/mattermost-redux#d5f581cfed3ffc273d0e7ca02663dd8fd6b8c241",
"version": "github:mattermost/mattermost-redux#0847d2fd8038e9cf626697b38e6ae9c441e8d1f6",
"from": "github:mattermost/mattermost-redux#0847d2fd8038e9cf626697b38e6ae9c441e8d1f6",
"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#d5f581cfed3ffc273d0e7ca02663dd8fd6b8c241",
"mattermost-redux": "github:mattermost/mattermost-redux#0847d2fd8038e9cf626697b38e6ae9c441e8d1f6",
"mime-db": "1.43.0",
"moment-timezone": "0.5.27",
"prop-types": "15.7.2",