This commit is contained in:
Diogo
2024-10-07 22:14:25 +01:00
parent fb2dc74420
commit 916ff04d78
@@ -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