From: Mark Felder Date: Sat, 17 Oct 2020 16:54:05 +0000 (+0000) Subject: Document autofollowing_nicknames X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d16336e7fbf7851ee5f50a17747067f2be741581;p=akkoma Document autofollowing_nicknames --- 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