diff --git a/CHANGELOG.md b/CHANGELOG.md index f8597f05d..d8ff45d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,6 @@ You should also include the user name that made the change. ### Bugfixes - Server: keep file order of note attachement @Johann150 - Server: fix caching @Johann150 -- Server: await promises when following or unfollowing users @Johann150 - Server: fix missing foreign key for reports leading to reports page being unusable @Johann150 - Server: fix internal in-memory caching @Johann150 - Server: use correct order of attachments on notes @Johann150 @@ -42,6 +41,7 @@ You should also include the user name that made the change. - Server: Fix `Cannot find module` issue @mei23 - Federation: Add rel attribute to host-meta @mei23 - Federation: add id for activitypub follows @Johann150 +- Federation: use `source` instead of `_misskey_content` @Johann150 - Federation: ensure resolver does not fetch local resources via HTTP(S) @Johann150 - Federation: correctly render empty note text @Johann150 - Federation: Fix quote renotes containing no text being federated correctly @Johann150