Merge branch 'develop' into 'new-user-emails'
authorfeld <feld@feld.me>
Mon, 8 Feb 2021 22:01:32 +0000 (22:01 +0000)
committerMark Felder <feld@feld.me>
Mon, 8 Feb 2021 22:01:50 +0000 (16:01 -0600)
1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index c1e490c304fad52296c9a562fbd5562430dcc5ac,e89836b7a0ba75e490b4effdf78df0ab380661bd..8635ed4e7990f4db09728996247160554d8baa8d
@@@ -49,8 -51,8 +51,10 @@@ The format is based on [Keep a Changelo
  - 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
 +- New users will receive a simple email confirming their registration if no other emails will be dispatched. (e.g., Welcome, Confirmation, or Approval Required)
 +
  <details>
    <summary>API Changes</summary>
  - Admin API: (`GET /api/pleroma/admin/users`) filter users by `unconfirmed` status and `actor_type`.