aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2020-10-17 16:54:05 +0000
committerMark Felder <feld@feld.me>2020-10-17 16:54:05 +0000
commitd16336e7fbf7851ee5f50a17747067f2be741581 (patch)
tree60224e1aad5cff76839aa7eca2764b95f525d78c
parentefd6572ffbf4cce86e28d351d3cbddd0a5334980 (diff)
downloadpleroma-d16336e7fbf7851ee5f50a17747067f2be741581.tar.gz
Document autofollowing_nicknames
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36a84b1a8..fd5b9034d 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
+- Setting `:instance, autofollowing_nicknames` to provide a way to make accounts automatically follow new users that register on the local Pleroma instance.
### Changed