Commit 8d17958
fix(client): load all available threads instead of first 50
The client was requesting only 50 threads from the server, but the
server fetches up to 500 from the Amp API. This meant users with many
threads only saw ~42 entries (50 minus stacked children), and deleting
a thread appeared to have no effect on the count because a previously-
hidden thread would backfill into the 50-thread window.
Now requests limit=500 to match the server's Amp API cap, showing all
available threads. The Amp API hard-caps at 500 — no pagination support
— so this is the maximum we can display.
Co-authored-by: Amp <amp@ampcode.com>1 parent ec42fcf commit 8d17958
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments