You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm building of the many "media viewers for Bluesky". In one of my apps I'd like to only show posts to users that have one or more images embedded. In my other apps I'd like to only show posts that have a video embed. Right now I have to filter these client-side, which can result in endless pagination queries if the content I'm looking for is sparse and there have been a lot of e.g. text-only posts.
Describe the solution you'd like
I'd suggest to add a "filter" parameter to each call that returns posts. The param could work similar to the "reason" param currently available in the listNotifications call. I'd like to be able to pass in one or more of the following: [Text, Image, MultipleImages, Video]
Describe alternatives you've considered
Right now I'm filtering in the client, but that comes with a lot of downsides.
Additional context
As there are currently a lot of "media viewers" popping up I think this would be really good to have. These apps might drive more outside folks to Bluesky so everyone would benefit.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm building of the many "media viewers for Bluesky". In one of my apps I'd like to only show posts to users that have one or more images embedded. In my other apps I'd like to only show posts that have a video embed. Right now I have to filter these client-side, which can result in endless pagination queries if the content I'm looking for is sparse and there have been a lot of e.g. text-only posts.
Describe the solution you'd like
I'd suggest to add a "filter" parameter to each call that returns posts. The param could work similar to the "reason" param currently available in the
listNotifications
call. I'd like to be able to pass in one or more of the following: [Text, Image, MultipleImages, Video]Describe alternatives you've considered
Right now I'm filtering in the client, but that comes with a lot of downsides.
Additional context
As there are currently a lot of "media viewers" popping up I think this would be really good to have. These apps might drive more outside folks to Bluesky so everyone would benefit.
The text was updated successfully, but these errors were encountered: