This will be available in 1.19.0 https://github.com/NodeBB/NodeBB/issues/9506
You will be able to see and edit your queued posts at /post-queue
Hi!
I was sure thet there is such an option but I couldn't find it. Maybe you could help me localise that functionality or maybe I am wrong and there is no such option.
Problem:
As an administrator I want to delete specific post revision from history:
Let's say that someone has written something confidential, edited hist posts. As long as other users have access to post history - confidential data has leaked. As an administrator / moderator I want to remove single post history revision (erase) so no one can read confidential data.
I was sure that I have done such a thing previously but couldn't find this functionality now.
Best regards,
cryptoethic
@cryptoethic As @pitaj has said, this is in our backlog, so it is not available at present.
If you need a solution immediately, you can scrub the entire edit history for that post. Delete the key post:<pid>:diffs
and all keys that start with diff:<pid>
e.g. redis-cli keys diff:123.* | xargs redis-cli DEL