MM-16432 Fix missing posts when using since API (#2901)

This commit is contained in:
Elias Nahum 2019-06-19 18:25:52 -04:00
parent 0d22d62819
commit 046c87997f
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

@ -13155,8 +13155,8 @@
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#80407bc07f477eaeb93be4045a686b6bf977697f",
"from": "github:mattermost/mattermost-redux#80407bc07f477eaeb93be4045a686b6bf977697f",
"version": "github:mattermost/mattermost-redux#eb4e75b25c321a6e97170fc4f060b3f64e7bf54b",
"from": "github:mattermost/mattermost-redux#eb4e75b25c321a6e97170fc4f060b3f64e7bf54b",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "3.0.0",

View file

@ -19,7 +19,7 @@
"intl": "1.2.5",
"jail-monkey": "2.2.0",
"jsc-android": "241213.2.0",
"mattermost-redux": "github:mattermost/mattermost-redux#80407bc07f477eaeb93be4045a686b6bf977697f",
"mattermost-redux": "github:mattermost/mattermost-redux#eb4e75b25c321a6e97170fc4f060b3f64e7bf54b",
"mime-db": "1.40.0",
"moment-timezone": "0.5.25",
"prop-types": "15.7.2",