diff options
author | lain <lain@soykaf.club> | 2019-01-08 09:55:33 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-01-08 09:57:53 +0100 |
commit | 0fae04c4e3961baf1f31ae664e5a7fa5de19158e (patch) | |
tree | b38ecfff2215b9d967d2c34d85db73e0aebaaa82 /docs | |
parent | 4e5b1560479df7dd553a2132186f9701e1d56871 (diff) | |
download | pleroma-0fae04c4e3961baf1f31ae664e5a7fa5de19158e.tar.gz |
Add a setting for users to autofollow on sign up.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 1 |
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 |