summaryrefslogtreecommitdiffstats
path: root/web/react/utils/async_client.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/utils/async_client.jsx')
-rw-r--r--web/react/utils/async_client.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx
index 8b6d821d6..8fa022cbc 100644
--- a/web/react/utils/async_client.jsx
+++ b/web/react/utils/async_client.jsx
@@ -377,6 +377,8 @@ module.exports.getPosts = function(force, id, maxPosts) {
post_list: data
});
+ PostStore.removeNonFailedPendingPosts(channelId);
+
module.exports.getProfiles();
},
function(err) {