This commit is contained in:
Diogo 2025-01-21 15:03:38 +00:00
parent 4a100520e3
commit 0111f41da2

View file

@ -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