diff options
author | lain <lain@soykaf.club> | 2019-02-16 17:25:06 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-02-16 17:25:06 +0100 |
commit | 27375e55757a7034aa2ad6c94a8d6c82b1128b34 (patch) | |
tree | 6ebdd6b8af5a1207ce80d20b8ae61c5f836c2896 /docs | |
parent | 269d3e1ca6c1d01feb995a108852963ce5bc32fc (diff) | |
download | pleroma-27375e55757a7034aa2ad6c94a8d6c82b1128b34.tar.gz |
WelcomeMessage: specify that the user has to be local.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 78daa488e..0c1051dee 100644 --- a/docs/config.md +++ b/docs/config.md @@ -98,7 +98,7 @@ config :pleroma, Pleroma.Mailer, * `autofollowed_nicknames`: Set to nicknames of (local) users that every new user should automatically follow. * `no_attachment_links`: Set to true to disable automatically adding attachment link text to statuses * `welcome_message`: A message that will be send to a newly registered users as a direct message. -* `welcome_user_nickname`: The nickname of the user that sends the welcome message. +* `welcome_user_nickname`: The nickname of the local user that sends the welcome message. ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog |