Merge branch 'delete-instance-improvement' into 'develop'

Queue individual jobs for each user that needs to be deleted when deleting an instance.

See merge request pleroma/pleroma!4377
This commit is contained in:
feld 2025-06-27 20:25:41 +00:00
commit cf6587d344
6 changed files with 63 additions and 50 deletions

View file

@ -0,0 +1 @@
Deleting an instance queues individual jobs for each user that needs to be deleted from the server.