From 92efa2b2a2e103e4e5cbb1dc103169f5c1fcb947 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 6 May 2021 02:00:46 +0300 Subject: [PATCH] Profile: Infinite scroll for members --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index b206777b6..8f716c212 100644 --- a/src/config.ts +++ b/src/config.ts @@ -59,8 +59,8 @@ export const PINNED_MESSAGES_LIMIT = 50; export const BLOCKED_LIST_LIMIT = 100; export const PROFILE_PHOTOS_LIMIT = 40; -export const TOP_CHAT_MESSAGES_PRELOAD_LIMIT = 0; -export const ALL_CHATS_PRELOAD_DISABLED = true; +export const TOP_CHAT_MESSAGES_PRELOAD_LIMIT = 25; +export const ALL_CHATS_PRELOAD_DISABLED = false; export const ANIMATION_LEVEL_MIN = 0; export const ANIMATION_LEVEL_MED = 1;