summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2022-11-14 07:24:46 +0000
committerlain <lain@soykaf.club>2022-11-14 07:24:46 +0000
commit0e1356ef9cc8c97afcc3242cfb8182a706c85276 (patch)
treefd820d358e05339bf70195fe732e3a6151902784 /CHANGELOG.md
parent76ed0da09f7422e34feb61c2db151d47b8b92557 (diff)
parent2e0089dd5c27c86488d2c68170d80d02c24135f3 (diff)
downloadpleroma-0e1356ef9cc8c97afcc3242cfb8182a706c85276.tar.gz
pleroma-0e1356ef9cc8c97afcc3242cfb8182a706c85276.zip
Merge branch 'akkoma/delete-improvements' into 'develop'
Alter priority of Delete activities to be lowest See merge request pleroma/pleroma!3782
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 889a3ebfe..56f328234 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts`
- Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+
- Set timeout values for Oban queues. The default is infinity and some operations may not time out on their own.
+- Delete activities are federated at lowest priority
### Added
- `activeMonth` and `activeHalfyear` fields in NodeInfo usage.users object
@@ -55,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed slow timelines when there are a lot of deactivated users
- Fixed account deletion API
- Fixed lowercase HTTP HEAD method in the Media Proxy Preview code
+- Removed useless notification call on Delete activities
### Removed
- Quack, the logging backend that pushes to Slack channels