Bug Fix

Fix Inbox conversations not loading past the first page

In inboxes with thousands of conversations, the list stopped loading after
the first page (about 30 conversations) — scrolling down showed nothing
more, even though many more messages existed. The conversation list only
ever requested the first page and had no way to load the rest.

What’s Fixed

  • The conversation list now loads more conversations automatically as you
    scroll toward the bottom (infinite scroll), so you can reach everything in
    the inbox instead of being capped at the first page.
  • A “Loading more…” indicator appears while the next batch is being fetched.
  • This applies to every inbox view — shared inboxes and your personal
    “My Inbox” — and works alongside the folder tabs, channel tabs, search,
    and the unread filter.

Migration

No action required.