bluesky-social / ozone

web interface for labeling content in atproto / Bluesky
https://atproto.com
Other
218 stars 15 forks source link

add timer to labels so they expire- #125

Open monicaellerose opened 1 month ago

monicaellerose commented 1 month ago

some labels ie. a spoiler, or "spam" may come with a best before date and that label may not be relevant a week or more in the future.

give ozone the ability to add timer to remove labels automatically after x amount of days

bnewbold commented 1 month ago

We did get this in to the labeler spec as part of the protocol, and it is supported in the AppView (which will stop hydrating in labels which have expired), we just don't have support in Ozone API or UI quite yet.

Somewhat dupe with: https://github.com/bluesky-social/ozone/issues/105