summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-02-08 21:49:20 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-02-08 21:49:20 +0000
commita5bee1bf35a3a771aa259cc98190f24e84880f47 (patch)
tree3168f05323cc656ed16d6adeb5531019b6e9896e /CHANGELOG.md
parent17f41a589fe388f04e3eab876771d56f2b32d20f (diff)
parent55a13fc3607c9d753e6fca596010c0a96ba3fba8 (diff)
Merge branch 'feat/mrf-noemptypolicy' into 'develop'
MRF NoEmptyPolicy: Deny posts from local users if there is no content or only mentions. See merge request pleroma/pleroma!3309
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 378e0466e..e89836b7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Ability to set ActivityPub aliases for follower migration.
- Configurable background job limits for RichMedia (link previews) and MediaProxyWarmingPolicy
- Ability to define custom HTTP headers per each frontend
+- MRF (`NoEmptyPolicy`): New MRF Policy which will deny empty statuses or statuses of only mentions from being created by local users
<details>
<summary>API Changes</summary>