Open Vincenius opened 5 months ago
Add a filter option to enable filtering posts by eg. only media. The bluesky api seems to support it like this:
app.bsky.feed.getAuthorFeed?actor=did:plc:nuabb6shgdv73hcziogf54ro&filter=posts_with_media&limit=30
It would be awesome to do things like exclude reposts.
Add a filter option to enable filtering posts by eg. only media. The bluesky api seems to support it like this:
app.bsky.feed.getAuthorFeed?actor=did:plc:nuabb6shgdv73hcziogf54ro&filter=posts_with_media&limit=30