this post was submitted on 17 Jul 2023
67 points (98.6% liked)
Lemmy Support
4650 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Some, if not most mobile apps don't even support DMs at all, so you can use those.
(Which is annoying for people who want to communicate with others who don't realise their app doesn't have DMs. But I guess it's also a feature.)
I'm also guessing someone could probably make a browser script to hide the section with messages.
Thanks for the suggestion, but that's not a suitable work around for me.
I use Voyager and consider it by far the best client, but I'm not going to switch apps because Lemmy doesn't allow DMs to be blocked.
It's also not just about hiding, but the sender should be aware the DM cannot be send.
If someone wants to bother you and sees that you can't receive DMs, they might choose to bug you by other means. If their messages just go into a deep pit with no answer, they might get tired and leave it be. At least that's how it works in gaming.
Totally get it. I agree. While you wait you could probably use a browser extension to run custom css that hides those features. Hiding any elements that match
label[for$="-messages"]
is probably a good start