DangerOnTheRanger / maniwani

Imageboard software for the 21st century
MIT License
75 stars 11 forks source link

Cannot mod individual posts #168

Open therealjr opened 3 years ago

therealjr commented 3 years ago

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.

DangerOnTheRanger commented 3 years ago

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.

therealjr commented 3 years ago

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

DangerOnTheRanger commented 3 years ago

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).