summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-10 03:44:20 -0500
committerAlex Gleason <alex@alexgleason.me>2020-10-10 03:44:20 -0500
commit5c8d2c468c3a14cde029e7aeedd0cdb580cce1df (patch)
treec1c4bff479affd8d513dd9c1f3ab3ef3019bfc27
parent7c2d0e378c45dd1c03fbd4a9d338bbeb4f9d2610 (diff)
downloadpleroma-5c8d2c468c3a14cde029e7aeedd0cdb580cce1df.tar.gz
pleroma-5c8d2c468c3a14cde029e7aeedd0cdb580cce1df.zip
Blocks: update CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fc1750d1..bb4c6d383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mix tasks for controlling user account confirmation status in bulk (`mix pleroma.user confirm_all` and `mix pleroma.user unconfirm_all`)
- Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`)
- Mix task option for force-unfollowing relays
+- `[:activitypub, :blockers_visible]` config to control visibility of blockers.
### Changed
@@ -48,6 +49,7 @@ switched to a new configuration mechanism, however it was not officially removed
- Add documented-but-missing chat pagination.
- Allow sending out emails again.
+- See your own post when addressing a user from a blocked domain.
## Unreleased (Patch)