From 916ff04d78c1db4d1d04319650e583234348e6a3 Mon Sep 17 00:00:00 2001 From: Diogo Date: Mon, 7 Oct 2024 22:14:25 +0100 Subject: [PATCH] english --- docs/rfcs/2024-10-07-chat-infinite-scrolling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/2024-10-07-chat-infinite-scrolling.md b/docs/rfcs/2024-10-07-chat-infinite-scrolling.md index 6bdd03cf95..9d44dd7f90 100644 --- a/docs/rfcs/2024-10-07-chat-infinite-scrolling.md +++ b/docs/rfcs/2024-10-07-chat-infinite-scrolling.md @@ -166,7 +166,7 @@ else - Deduplication of items as they are fetched becomes of extreme importance as not doing it effectively can lead to duplicated messages being displayed. ### Option 3 -N sections each with it's own instance of `chatItems` representing all previously fetched scrollable chat areas. Long distance navigation creates new anchors in cases date wasn't yet fetched. Sections are merged in cases where 2 sections intercept. +N sections each with it's own instance of `chatItems` representing all previously fetched scrollable chat areas. Long distance navigation creates new sections in cases data wasn't yet fetched. Sections are merged in cases where 2 sections intercept. #### Data structures