I realize Lemmy already has user blocking, so this might seem redundant. But, hear me out:

Problems with Lemmy’s blocking:

  • If you are a mod, blocking a user will hide their submissions even in the community/communities you’re moderating. You’ll still see their content if its reported, but you can’t be proactive. e.g. Sometimes you’d like to block someone, but it’s not warranted to ban them from your community(s), and you don’t want to rely only on reports or see their shit elsewhere. So you just kinda grit your teeth and deal with it.

  • As a regular user, blocking someone will hide their comments AND any replies to those comments. You’ll often miss out on quite a bit.

Proposal: Soft block (or, more aptly “Filter User”)

Instead of blocking at the API level, it will simply filter out the users in the UI.

I’ve greatly enhanced the keyword and other filtering components in the current dev branch which is what prompted this idea. With the revised implementation, comments can be hidden based on your filter preferences without hiding the rest of the comment chain. Also, both posts and comments that are filtered can be clicked to reveal the content if you want to see it.

Those filters are automatically disabled in the communities you moderate (or if the community is local and you’re an instance admin). That prevents blind spots while allowing you to keep your sanity and not be exposed to certain things/topics/people more often than necessary.

This wouldn’t replace the “hard” block from the API; it would be a separate action. I may call it “Filter User” to further differentiate it.

So, thoughts? Would this be useful to anyone? Or do other apps already have something similar to this?

  • Ada@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    15
    ·
    8 days ago

    That would be a pretty useful feature for a lot of people, especially if you could apply it to a community level. I know lots of people block meme communities etc, but having an option to auto collapse/hide them, but still access them if needed would make things easier for many folk

    • SatyrSack@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 days ago

      having an option to auto collapse/hide them, but still access them if needed would make things easier for many folk

      This logic could also be useful if applied to comments from filtered users. As OP mentions:

      blocking someone will hide their comments AND any replies to those comments

      I can definitely imagine the following chain of events occurring:

      1. Reading through comments under a post
      2. Glossing over a collapsed comment from a filtered user
      3. Feeling lost reading the replies to that filtered comment
      4. Wanting to briefly un-filter that comment just to get the appropriate context
    • Admiral Patrick@dubvee.orgOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      8 days ago

      So basically “Filter Community” as a companion to “Block Community”? That’s a good idea. Would be easy to extend from the logic for users, too; both would just be keeping a list of actor IDs to run through the filter chains (community / person IDs would conflict since Tess supports profiles on different instances).

      So, yeah, I could definitely do that. Thanks for the suggestion.