We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The list of posts is correctly blocked, but individual posts are accessible it seems.
This is a partial screenshot of anonymous access to the url of the post. At the very least, the message is wrong.
I haven't tested extensively with all silenced accounts. The 'user account URI' itself is properly not giving any content. (list of posts)
Expected behaviour:
The text was updated successfully, but these errors were encountered:
Agreed, on this page we should check the currently authenticated user, and:
user
user.ID != post.OwnerID
!user.IsAdmin()
Anyone should feel free to claim this task and open a pull request for a fix!
Sorry, something went wrong.
hello! I'd like to try to tackle this issue
colin-axner
Successfully merging a pull request may close this issue.
The list of posts is correctly blocked, but individual posts are accessible it seems.
This is a partial screenshot of anonymous access to the url of the post. At the very least, the message is wrong.
I haven't tested extensively with all silenced accounts. The 'user account URI' itself is properly not giving any content. (list of posts)
Expected behaviour:
The text was updated successfully, but these errors were encountered: