this post was submitted on 25 Sep 2023
24 points (96.2% liked)

Boost For Lemmy

6981 readers
1 users here now

Community of the Android app Boost for Lemmy Play Store Link

founded 1 year ago
MODERATORS
 

Saw a couple users I have blocked showing up in feeds. When I go to their profile it doesn't load anything, showing they are blocked, but yet their posts are still populating

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 11 months ago (1 children)

At a guess, it's handled (poorly) server side.

[โ€“] [email protected] 1 points 11 months ago (1 children)

If that's the case, there's still the option of maintaining a block list locally and filtering content from users on that list client-side. The optimal solution would be to fix it server-side if this is the case but a local filter would achieve the same thing in the meantime

[โ€“] [email protected] 1 points 11 months ago* (last edited 11 months ago)

This. There's clearly a filtering implementation in place locally as it's clearing the blocked user's comments from my inbox. They just reappear when I refresh. That filter method just needs to be called again on the local data and a list of blocked userIds stored locally.