Files
App/lib/screens
Texas0295 7b238f32fd [FIX] chat: fix message pagination logic
`loadInitial()` fetched 100 messages while `_page_size` was 20,
so `_has_more` turned false too early and history stopped around
10h back. `loadMore()` also used `_currentPage * _page_size`
for offset, causing duplicates.

Use `_page_size` for initial load and rely on current message
count as offset. This removes `_currentPage` entirely and lets
older messages load correctly.

Signed-off-by: Texas0295 <kimura@texas0295.top>
2025-09-17 19:36:51 +08:00
..
2025-09-14 19:38:01 +08:00
2025-09-09 01:03:42 +08:00
2025-09-07 01:05:49 +08:00
2025-09-09 01:01:28 +08:00
2025-09-10 23:40:19 +08:00
2025-09-08 02:15:22 +08:00
2025-07-17 14:35:09 +08:00
2025-09-07 01:05:49 +08:00
2025-09-14 19:38:01 +08:00
2025-09-01 23:05:11 +08:00
2025-09-17 00:48:01 +08:00
2025-07-20 02:31:50 +08:00
2025-07-20 02:31:50 +08:00