aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-01-08 22:58:19 +0000
committerrinpatch <rinpatch@sdf.org>2019-01-08 22:58:19 +0000
commit3aee8bb67bd3f78ad4e638ea056bbd7b3ff4b7e7 (patch)
treeb38ecfff2215b9d967d2c34d85db73e0aebaaa82 /docs/config.md
parent4e5b1560479df7dd553a2132186f9701e1d56871 (diff)
parent0fae04c4e3961baf1f31ae664e5a7fa5de19158e (diff)
downloadpleroma-3aee8bb67bd3f78ad4e638ea056bbd7b3ff4b7e7.tar.gz
Merge branch 'autofollow' into 'develop'
Add a setting for users to autofollow on sign up. See merge request pleroma/pleroma!639
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index e3b2fb35c..1a9706f5b 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -93,6 +93,7 @@ config :pleroma, Pleroma.Mailer,
* `always_show_subject_input`: When set to false, auto-hide the subject field when it's empty.
* `extended_nickname_format`: Set to `true` to use extended local nicknames format (allows underscores/dashes). This will break federation with
older software for theses nicknames.
+* `autofollowed_nicknames`: Set to nicknames of (local) users that every new user should automatically follow.
## :logger
* `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog