diff options
author | Mark Felder <feld@feld.me> | 2021-02-02 12:03:20 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-02 12:03:20 -0600 |
commit | f852e8d2d21657dae36871a8c0ef65e33192f8da (patch) | |
tree | 26cef25f1031829adfc1477d0f0c73654a29d37b | |
parent | 28d2917c3a093e19bbaaa749a22cec0079b849b3 (diff) | |
download | pleroma-f852e8d2d21657dae36871a8c0ef65e33192f8da.tar.gz |
Document we are disabling the extension fixup in Majic
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f3bddb7..90bf3d999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Reblog API Endpoint: Do not set visibility parameter to public by default and let CommonAPI to infer it from status, so a user can reblog their private status without explicitly setting reblog visibility to private. - Tag URLs in statuses are now absolute - Removed duplicate jobs to purge expired activities +- File extensions of some attachments were incorrectly changed. This feature has been disabled for now. <details> <summary>API Changes</summary> |