From: Mark Felder Date: Tue, 2 Feb 2021 18:03:20 +0000 (-0600) Subject: Document we are disabling the extension fixup in Majic X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=f852e8d2d21657dae36871a8c0ef65e33192f8da;p=akkoma Document we are disabling the extension fixup in Majic --- 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.
API Changes