Handle pending posts when dispatching RECEIVED_NEW_POST (#2606)

This commit is contained in:
Elias Nahum 2019-02-28 12:37:09 -03:00
parent ee501a4b50
commit 1dcb8f2b25
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -9238,8 +9238,8 @@
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#fba1ceee2dcb68096de696c938feba3b9b1bbe55",
"from": "github:mattermost/mattermost-redux#fba1ceee2dcb68096de696c938feba3b9b1bbe55",
"version": "github:mattermost/mattermost-redux#413a55c125ff95b07450b2e02ceea855cec7f0d2",
"from": "github:mattermost/mattermost-redux#413a55c125ff95b07450b2e02ceea855cec7f0d2",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "2.0.0",

View file

@ -18,7 +18,7 @@
"intl": "1.2.5",
"jail-monkey": "2.0.0",
"jsc-android": "236355.1.1",
"mattermost-redux": "github:mattermost/mattermost-redux#fba1ceee2dcb68096de696c938feba3b9b1bbe55",
"mattermost-redux": "github:mattermost/mattermost-redux#413a55c125ff95b07450b2e02ceea855cec7f0d2",
"mime-db": "1.38.0",
"moment-timezone": "0.5.23",
"prop-types": "15.7.2",