-
This one of my test feeds. When I look at the feed and notice some of the posts from the user list are not showing up, I ssh into the remote container, and look in the SQLite database. I see posts that are not showing up in the feed did actually get saved, from the firehose indexer, into the database, but I can't imagine why random posts in the database would not display. Here's a sample of what the database looks like, including posts that are not showing up in the feed (id's 5, 12, 14 and 17): Thank you for any insight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I can recommend setting a breakpoint in the Flask app and debugging it locally. You can just send requests to your server without bsky at all From the code perspective, I can recommend |
Beta Was this translation helpful? Give feedback.
got the answer from the issue above
tl;dr you enabled the language filter for your account at https://bsky.app/settings/language. that's why not all posts show up. deselect all languages from the "Content Languages" sections