themotte / tildes

Other
11 stars 16 forks source link

Remove user-visible moderation log #6

Closed zorbathut closed 3 years ago

zorbathut commented 4 years ago

We'll probably put some of it back at some point, but right now it's just "get rid of it".

zorbathut commented 3 years ago

Some extra notes:

I vaguely remember that Tildes has a central place where moderation actions are displayed, so that users can audit mod actions. For a variety of reasons we don't want this unless there's some way to filter them.

I also vaguely remember that I might be wrong about this, and it might be some other site that has this issue.

So this bug is "figure out if Tildes has a public moderation log, then if so, disable it". I'd recommend starting by looking for a place in the database where moderation actions are logged, then it should be easy enough to see if they're displayed anywhere.

wbruntra commented 3 years ago

I haven't been able to find a centralized place where users can view a log of moderation actions. Since that's not very helpful, here are notes on a few things I have found.

Not being completely familiar with this codebase, I can't totally rule out that moderator actions are logged/viewable in some other way I'm not seeing, but, well... I'm not seeing it.

Is an example of moderation logs available on https://tildes.net/ ?

zorbathut commented 3 years ago

Well, that looks pretty legit to me.

Is an example of moderation logs available on https://tildes.net/ ?

I went to look and couldn't find one, but I also don't have a working login and I was thinking it was hidden behind a login gate. In retrospect, I'm pretty sure this was just some other site that I was thinking of, and I got them confused, so this was entirely my fault.

The irony is that now I think we actually need some kind of moderator log, just because it's useful for figuring things out internally, but I've made a new task for that: https://github.com/themotte/tildes/issues/45

wbruntra commented 3 years ago

The irony is that now I think we actually need some kind of moderator log, just because it's useful for figuring things out internally, but I've made a new task for that: #45

:laughing: I came to the same conclusion! Cool