From 0111f41da23e85ffc2a80e97c92cf66bf8da65a9 Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 21 Jan 2025 15:03:38 +0000 Subject: [PATCH] upd --- docs/rfcs/2025-01-21-chat-list-pagination.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rfcs/2025-01-21-chat-list-pagination.md b/docs/rfcs/2025-01-21-chat-list-pagination.md index 56e76bc7df..aed2b88726 100644 --- a/docs/rfcs/2025-01-21-chat-list-pagination.md +++ b/docs/rfcs/2025-01-21-chat-list-pagination.md @@ -4,9 +4,9 @@ As the number of chats grows, the current client-side filtering solution is inefficient, leading to performance issues and high memory consumption. Current loaded chats are capped to last 5K. -## SoLution +## Solution -Paginated API for chats will address this problem, but there are several side effects to have in mind: +Paginated API for chats will address this problem ## Side effects of this change