Un administrateur peut-il supprimer les publications des membres ?
mattdm
(Matthew Miller)
Novembre 17, 2021, 7:05
2
Oui. Auparavant, ils pouvaient simplement être masqués, mais maintenant ils peuvent être supprimés définitivement. Voir un guide sur son fonctionnement sur Introducing permanently delete post functionality
When a post is deleted in Discourse, we perform a soft-delete. This means that post is still present in the database in case an administrator wants to recover it later. A soft-delete is not sufficient when the deleted post contains sensitive information and must be pruned from the database completely. For those situations, we are introducing the ability to permanently delete a post.
[image]
This feature was implemented under a hidden site setting because of how dangerous it can be, once a pos…