The quickreply functionality was added to persona by @julian here you should be able to apply to slick I guess. Keep in mind in v3.0 this functionality moved to core so all themes can add quick reply easier. https://github.com/NodeBB/NodeBB/blob/bootstrap5/public/src/modules/quickreply.js.
Remove post revision from edit history as a moderator/admin
-
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 withdiff:<pid>
e.g.
redis-cli keys diff:123.* | xargs redis-cli DEL