From 388fefcc4316e5e16b82134802b29c046f0a4950 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 19 Aug 2016 12:09:08 -0400 Subject: Fix the elusive missing posts bug (#3836) --- webapp/utils/async_client.jsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'webapp/utils/async_client.jsx') diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx index 55f43fd57..3941442b1 100644 --- a/webapp/utils/async_client.jsx +++ b/webapp/utils/async_client.jsx @@ -581,6 +581,7 @@ export function getPostsPage(id, maxPosts) { id: channelId, before: true, numRequested: numPosts, + checkLatest: true, post_list: data }); @@ -616,12 +617,7 @@ export function getPosts(id) { return; } - const latestPost = PostStore.getLatestPost(channelId); - let latestPostTime = 0; - - if (latestPost != null && latestPost.update_at != null) { - latestPostTime = latestPost.create_at; - } + const latestPostTime = PostStore.getLatestPostFromPageTime(id); callTracker['getPosts_' + channelId] = utils.getTimestamp(); -- cgit v1.2.3-1-g7c22