From 046c87997f9501e14d59bc01d7ec39bf760c33ec Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 19 Jun 2019 18:25:52 -0400 Subject: [PATCH] MM-16432 Fix missing posts when using since API (#2901) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecedaaf5d..343631830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index cc3a06f70..dbe46eb26 100644 --- a/package.json +++ b/package.json @@ -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",