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, 1 insertions, 1 deletions
diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx
index dc8013a6b..45cdf699f 100644
--- a/web/react/utils/async_client.jsx
+++ b/web/react/utils/async_client.jsx
@@ -532,7 +532,7 @@ export function getPosts(id) {
let latestPostTime = 0;
if (latestPost != null && latestPost.update_at != null) {
- latestPostTime = latestPost.update_at;
+ latestPostTime = latestPost.create_at;
}
callTracker['getPosts_' + channelId] = utils.getTimestamp();