diff options
author | Mark Felder <feld@feld.me> | 2021-02-23 11:07:39 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-23 11:07:39 -0600 |
commit | 4733653c2a1d125f1f0fb4c0ee16c3c1320f7043 (patch) | |
tree | 7a98542c1d709afe862268386be9da01a006a37f | |
parent | 90bf82cf45c1d27b3b758ebce6226113a1303084 (diff) | |
download | pleroma-4733653c2a1d125f1f0fb4c0ee16c3c1320f7043.tar.gz |
Document user deletion changes.fix/user-delete
Looks to be more reliable so far, hopefully that holds true.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74473b3d0..f215d0587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Removed duplicate jobs to purge expired activities - File extensions of some attachments were incorrectly changed. This feature has been disabled for now. - Mix task pleroma.instance creates missing parent directories if the configuration or SQL output paths are changed. +- Improved reliability of user account deletion and cleanup <details> <summary>API Changes</summary> |