Files
eranos/src/hooks
Alex Gleason 149955e099 Fix profile timeline gaps by over-fetching and filtering kinds per tab
The profile feed queried all enabled kinds (20+) with limit:15, but the
Posts tab filters client-side to only show non-reply posts. Events from
other kinds (badges, themes, emojis, etc.) consumed the limit, and the
pagination cursor jumped over time ranges containing visible posts.

Three-pronged fix:
- Filter kinds per active tab at query time (exclude kind 1111 on Posts)
- Over-fetch 3x the page size to compensate for reply filtering
- Auto-fetch next page when visible items fall below threshold

Closes #146
2026-03-22 00:22:29 -05:00
..
2026-03-03 01:06:29 -06:00