Switch to using create_at for latest post
Этот коммит содержится в:
@@ -532,7 +532,7 @@ export function getPosts(id) {
|
|||||||
let latestPostTime = 0;
|
let latestPostTime = 0;
|
||||||
|
|
||||||
if (latestPost != null && latestPost.update_at != null) {
|
if (latestPost != null && latestPost.update_at != null) {
|
||||||
latestPostTime = latestPost.update_at;
|
latestPostTime = latestPost.create_at;
|
||||||
}
|
}
|
||||||
|
|
||||||
callTracker['getPosts_' + channelId] = utils.getTimestamp();
|
callTracker['getPosts_' + channelId] = utils.getTimestamp();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user