Commit 4bf61e1
Fix empty Bluesky feed by using server-side reply filtering
The feed was empty because all 10 fetched posts were self-thread
replies, which the client-side filter removed. Switch to the API's
filter=posts_no_replies parameter to get only root/standalone posts
and remove the redundant client-side filter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f477d48 commit 4bf61e1
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 287 | | |
293 | 288 | | |
294 | 289 | | |
295 | 290 | | |
296 | 291 | | |
297 | | - | |
| 292 | + | |
298 | 293 | | |
299 | 294 | | |
300 | 295 | | |
| |||
0 commit comments