summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-02-08 15:32:47 -0600
committerMark Felder <feld@feld.me>2021-02-08 15:32:47 -0600
commit55a13fc3607c9d753e6fca596010c0a96ba3fba8 (patch)
treed0556e556083e437d9b7482b1805eaef071a393f /CHANGELOG.md
parentd7262f7d2232343e47c2206b134a7d794e35c505 (diff)
MRF NoEmptyPolicy: Deny posts from local users if there is no content or only mentions.
Helps prevent accidental button mashes from submitting incomplete posts
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 1dbdb3f4e..d4acbc9a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -49,6 +49,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>