Add a setting for users to autofollow on sign up.
This commit is contained in:
parent
4e5b156047
commit
0fae04c4e3
4 changed files with 38 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue