Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.04k stars 1.5k forks source link

Recover functionality for comments and period background task deletion instead of immediate deletion #5452

Open emansom opened 1 year ago

emansom commented 1 year ago

Describe the problem to be solved

Currently there's no way for admins to manually add users to the blocklist.

Describe the solution you would like

Admins being able to add users manually to the blocklist.

Chocobozzz commented 1 year ago

Hello,

Can you describe your use case?

emansom commented 1 year ago

Hello,

Can you describe your use case?

Currently when a comment from a spambot has been removed, one has no other discours to block the spambot.

emansom commented 1 year ago

Adding a option "block this user and delete their comments" would be a solution as well.

emansom commented 1 year ago

Adding a option "block this user and delete their comments" would be a solution as well.

No wait, regard that as a brainfart. That wouldn't solve the issue of the user details of the spambot being out of reach when an admin deletes the spambot comment.

There should be a cool-off period, where deleted comments are only shown to the admin and channel owner (with visual indicators, e.g. opacity + warning banner) until they are recovered or truly deleted by a background task that runs e.g. every hour.