Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot mod individual posts #168

Open
therealjr opened this issue Oct 25, 2020 · 3 comments
Open

Cannot mod individual posts #168

therealjr opened this issue Oct 25, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@therealjr
Copy link

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
Copy link
Owner

DangerOnTheRanger commented Oct 25, 2020

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
Copy link
Author

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 DangerOnTheRanger added the bug Something isn't working label Oct 25, 2020
@DangerOnTheRanger
Copy link
Owner

DangerOnTheRanger commented Oct 25, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants