Merge branch 'fix-object-deletion-timeout' into 'develop'
authorlain <lain@soykaf.club>
Mon, 15 Nov 2021 13:21:42 +0000 (13:21 +0000)
committerlain <lain@soykaf.club>
Mon, 15 Nov 2021 13:21:42 +0000 (13:21 +0000)
Fix Activity.delete_all_by_object_ap_id/1 timeout so users can be deleted

Closes #2704

See merge request pleroma/pleroma!3479

1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 6a1ae9cb6d68244b75c2c5b4e81ffc25ad40563d,8befe747694819ecdc5c4e7eb8573dfbfd97f230..bab6c2580e8ce567ebd720b25ec4a6c10cff486d
@@@ -69,9 -29,17 +69,10 @@@ The format is based on [Keep a Changelo
  - Checking activated Upload Filters for required commands.
  - Remote users can no longer reappear after being deleted.
  - Deactivated users may now be deleted.
+ - Deleting an activity with a lot of likes/boosts no longer causes a database timeout.
  - Mix task `pleroma.database prune_objects`
 +- Fixed rendering of JSON errors on ActivityPub endpoints.
  - Linkify: Parsing crash with URLs ending in unbalanced closed paren, no path separator, and no query parameters
 -
 -### Removed
 -- **Breaking**: Remove deprecated `/api/qvitter/statuses/notifications/read` (replaced by `/api/v1/pleroma/notifications/read`)
 -
 -## Unreleased (Patch)
 -
 -### Fixed
 -
  - Try to save exported ConfigDB settings (migrate_from_db) in the system temp directory if default location is not writable.
  - Uploading custom instance thumbnail via AdminAPI/AdminFE generated invalid URL to the image
  - Applying ConcurrentLimiter settings via AdminAPI