maniwani icon indicating copy to clipboard operation
maniwani copied to clipboard

Cannot mod individual posts

Open therealjr opened this issue 5 years ago • 3 comments

What are the features of an individual mod supposed to be? currently when I'm logged in I cannot actually do anything like ban a user or delete a post.

therealjr avatar Oct 25 '20 00:10 therealjr

Moderators should be able to delete posts, so it's fairly odd that you can't. Do you see a moderation menu next to each individual post? It could be a bug (probably is), but attach a screenshot of what the UI looks like for you, if possible.

User banning isn't done at the moment, but it shouldn't be too hard to implement if you wanted that sort of thing. I'd accept a PR for it.

DangerOnTheRanger avatar Oct 25 '20 05:10 DangerOnTheRanger

If the feature is missing I'm sure I can implement it on its own. I just wanted to upgrade my code to your latest release before I continued working.

Here's what I currently see while logged into a slip with admin status: https://ibb.co/HhfLgk5

therealjr avatar Oct 25 '20 05:10 therealjr

Yeah, that seems like a bug to me, since the code to delete posts is definitely there, but apparently broken (see threads.py and Post.jsx).

DangerOnTheRanger avatar Oct 25 '20 08:10 DangerOnTheRanger