From: lain Date: Fri, 16 Aug 2019 12:55:33 +0000 (+0000) Subject: Merge branch 'pleroma-conversations' into 'develop' X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=7ab2dbbdb60e08a6b142e62b2f50561427715bd4;p=akkoma Merge branch 'pleroma-conversations' into 'develop' Extended Pleroma Conversations See merge request pleroma/pleroma!1535 --- 7ab2dbbdb60e08a6b142e62b2f50561427715bd4 diff --cc CHANGELOG.md index 5f071b7e2,2d6eac4c5..fa7818137 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -43,9 -42,9 +43,10 @@@ The format is based on [Keep a Changelo - Pleroma.Upload base_url was not automatically whitelisted by MediaProxy. Now your custom CDN or file hosting will be accessed directly as expected. - Report email not being sent to admins when the reporter is a remote user - MRF: ensure that subdomain_match calls are case-insensitive +- MRF: fix use of unserializable keyword lists in describe() implementations ### Added + - Conversations: Add Pleroma-specific conversation endpoints and status posting extensions. Run the `bump_all_conversations` task again to create the necessary data. - **Breaking:** MRF describe API, which adds support for exposing configuration information about MRF policies to NodeInfo. Custom modules will need to be updated by adding, at the very least, `def describe, do: {:ok, %{}}` to the MRF policy modules. - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`)