Preload not_hidden -> hidden -> archive.

This commit is contained in:
John Preston 2023-07-17 20:47:31 +04:00
parent 5f4dcc5eb6
commit 04f1a7be02
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ private:
[[nodiscard]] FullStoryId nextPreloadId() const;
void startPreloading(not_null<Story*> story);
void preloadFinished(FullStoryId id, bool markAsPreloaded = false);
void preloadListsMore();
[[nodiscard]] int pollingInterval(
const PollingSettings &settings) const;