this post was submitted on 19 Oct 2021
1 points (100.0% liked)

Asklemmy

43363 readers
1305 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Currently it blanks out the content ( IE the post title, etc ) when you go to a mod removed post, but you will still see the title in the modlog.

Should we continue to blank out mod removed posts and communities, or show their content when you go to them?

top 6 comments
sorted by: hot top controversial new old
[โ€“] [email protected] -1 points 2 years ago

FBI or police of your country may require the material if illegal, but then, public access should be blocked ... i guess. Did you know Switzerland made apology of genocide illegal ?

[โ€“] [email protected] 1 points 2 years ago (1 children)

for legal responsibility hosting an instance, if someone posts illegal content, whatever, it should be possible to hide it from public access.

[โ€“] [email protected] 1 points 2 years ago

For now you can do manual DB deletes for illegal content, but I'm working on purge recently to do the same thing through the API / UI. https://github.com/LemmyNet/lemmy/issues/904

[โ€“] [email protected] 0 points 2 years ago (1 children)

Given that purge exists, it seems like showing the content when you go to them makes sense.

The only other idea I have is implementing a click to reveal, but that seems like overkill to me.

[โ€“] [email protected] 0 points 2 years ago (1 children)

Purge ( IE full database delete ) doesn't exist yet, but I've been working on it recently.

The danger with showing mod-removed content is that it still might not be a good thing to allow people to access it. IE lets say a post has a bunch of racist ranting, and a mod removes it. Currently that's being blanked out if you go to that post.

[โ€“] [email protected] 1 points 2 years ago

My mistake, I misunderstood and thought purge was already present.

I think my tendency would be to consider there to be about 3 categories of content. In parentheses is the result that I would probably go with when classifying the content in that category.

  • Rule Violation (can be viewed upon click)
  • Reprehensible (cannot be viewed)
  • Banned/Illegal (purged from the DB)

Clearly banned/illegal or reprehensible content would also be rule violations in most cases, so I more mean that rule violation is the minimum category to be moderated and that a rule violation isn't excluded from the other categories, etc.