MM-16829 Fix for websocket reconnects for android

This commit is contained in:
Elias Nahum 2019-07-19 16:49:19 -04:00
parent c31ff56149
commit a3783b1bf5
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -13150,8 +13150,8 @@
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#5c886167c5b424d89e64bcdeb2b0b1917e668d3f",
"from": "github:mattermost/mattermost-redux#5c886167c5b424d89e64bcdeb2b0b1917e668d3f",
"version": "github:mattermost/mattermost-redux#5171547dbdfa4bd5b43ca4fa30a8a37833ed9230",
"from": "github:mattermost/mattermost-redux#5171547dbdfa4bd5b43ca4fa30a8a37833ed9230",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "3.0.0",

View file

@ -20,7 +20,7 @@
"intl": "1.2.5",
"jail-monkey": "2.2.0",
"jsc-android": "241213.2.0",
"mattermost-redux": "github:mattermost/mattermost-redux#5c886167c5b424d89e64bcdeb2b0b1917e668d3f",
"mattermost-redux": "github:mattermost/mattermost-redux#5171547dbdfa4bd5b43ca4fa30a8a37833ed9230",
"mime-db": "1.40.0",
"moment-timezone": "0.5.25",
"prop-types": "15.7.2",
@ -146,4 +146,4 @@
"node_modules/(?!react-native|jail-monkey)"
]
}
}
}