Patchwork: Blur profile pics of blocked & ignored users

Created on 7 Jun 2019  路  4Comments  路  Source: ssbc/patchwork

There is a user with a dick pic as their icon. Many people have blocked them, as have I.

I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.

Can we use CSS to blur the user icons of blocked and ignored users?

filter: blur(8px);
-webkit-filter: blur(8px);

(Those icons might also appear in other contexts besides profile pages such as "who to follow", "connected pubs", lists of another users' friends, etc)

good first issue moderation enhancement

Most helpful comment

Hooray!

Another place this shows up is in these collapsed items about "UserA blocked UserB". Ironically it has the effect of broadcasting the offending image to everyone:

ssb-user-icon-block

In that specific case it would be nice to blur the icon on the right whether or not you, the current user, have blocked them. However if you're already following the user on the right, a blur is probably not needed.

E.g. "blur icon on the right of this widget, unless you are following them"

All 4 comments

wow true, this seems pretty high priority and potentially fairly easy to implement??

The deletion PR should help against/alleviate this. (I'll ask christian in that PR how fast/frequent the deletions would be)

Started working on a fix here https://github.com/ssbc/patchwork/pull/1079, help finishing it would be appreciated!

Hooray!

Another place this shows up is in these collapsed items about "UserA blocked UserB". Ironically it has the effect of broadcasting the offending image to everyone:

ssb-user-icon-block

In that specific case it would be nice to blur the icon on the right whether or not you, the current user, have blocked them. However if you're already following the user on the right, a blur is probably not needed.

E.g. "blur icon on the right of this widget, unless you are following them"

Was this page helpful?
0 / 5 - 0 ratings