At a guess, it's handled (poorly) server side.
this post was submitted on 25 Sep 2023
24 points (96.2% liked)
Boost For Lemmy
7036 readers
1 users here now
Community of the Android app Boost for Lemmy
founded 1 year ago
MODERATORS
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
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.