this post was submitted on 30 May 2025
15 points (94.1% liked)

Lemmy Apps

6317 readers
1 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] SatyrSack@feddit.org 1 points 1 week 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