bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
10.25k stars 1.3k forks source link

Behavior for account-wide labels that include blur seems wrong #4360

Open jetpacktuxedo opened 5 months ago

jetpacktuxedo commented 5 months ago

Labels configured with blurs: "media" or blurs: "content" only hide profile information (like pfp and banner, for blurred media) when applied to an account.

Per the documentation applying the labels to a profile should behave like this, but applying it to an account should blur all of the described content from the account. image

To Reproduce

Steps to reproduce the behavior:

  1. Create a labeler/ozone instance that includes a label with "blurs": "media"
  2. Apply that label to an account (not a profile) that posts media
  3. Observe that media posted by that account is not blurred, but the accounts pfp and banner are blurred.

Alternatively:

  1. Subscribe to a labeler that has a "blurs": "media" label and has labeled an account. For example, xblock has labeled Best of Dying Twitter
  2. Observe that media posted by that account is not blurred, but the accounts pfp and banner are blurred.

Expected behavior

All media posted by the account should be blurred

Screenshots

image image

Details

Additional context If you use xblock + best of dying twitter as an example to investigate note that they have also labeled many individual posts

pfrazee commented 5 months ago

That does seem like a disparity. I'm digging into it.