bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android

Home Page:https://bsky.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Behavior for account-wide labels that include blur seems wrong

jetpacktuxedo opened this issue · comments

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

  • Platform: screenshots are from desktop firefox windows, but I see the same issue in the official android app
  • Platform version: windows 10, android 14
  • App version: Build version: 1.84.0; Bundle info: e6d2618 (prod); Bundle date: 24052420; Platform: web

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

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