aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-08-14 02:12:09 +0000
committerrinpatch <rinpatch@sdf.org>2019-08-14 02:12:09 +0000
commit744e2ce8b4286c41dbea33c1b918bc92b774307e (patch)
treedf4da94490bfb565582eeadd27e43ae4f4932f1a
parent5c35d2f1d83583d87c0fb621265b8105207e6746 (diff)
parent8fab9c5c1c631d3f265f6c999dd116e947814339 (diff)
downloadpleroma-744e2ce8b4286c41dbea33c1b918bc92b774307e.tar.gz
Merge branch 'backport/describe-api-changelog' into 'develop'
Backport the describe API changelog entry to develop See merge request pleroma/pleroma!1564
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7548a546a..358287096 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- MRF: ensure that subdomain_match calls are case-insensitive
### Added
+- **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`)
- MRF: Support for excluding specific domains from Transparency.
- MRF: Support for filtering posts based on who they mention (`Pleroma.Web.ActivityPub.MRF.MentionPolicy`)