-
-
Notifications
You must be signed in to change notification settings - Fork 835
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
Implement post deletion #8
Comments
I would like to able to still read deleted posts as an admin. |
Yep that's planned |
We should have a cronjob to clean up hidden post after x days to. |
@thangngoc89 Definitely in an extension :) Half of this is done in c283079, still need to implement permanent deletion though. |
👍 |
Oh yeah the other half of this was done in 36787bc |
This was referenced Sep 16, 2015
Closed
Closed
tobyzerner
added a commit
that referenced
this issue
Jun 15, 2018
Add a Gitter chat badge to readme.md
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_1 Upvote_ Posts should be able to be soft-deleted (hidden) so that they only appear to people who have permission to restore them (author + whichever groups have permission.)
Additionally, users with the correct permissions should be able to delete a hidden post permanently.
The API for all of this should(?) be working. I can’t quite remember :3
The text was updated successfully, but these errors were encountered: