diff --git a/app/components/network_indicator/network_indicator.js b/app/components/network_indicator/network_indicator.js index a4c963e8d..93bcbf785 100644 --- a/app/components/network_indicator/network_indicator.js +++ b/app/components/network_indicator/network_indicator.js @@ -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) { diff --git a/package-lock.json b/package-lock.json index 535eb3dee..eda44af34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index b598e4318..13d2a5e06 100644 --- a/package.json +++ b/package.json @@ -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",