aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-02-16 17:39:04 +0000
committerrinpatch <rinpatch@sdf.org>2019-02-16 17:39:04 +0000
commit3b141194715e362d65482672d00b10991d102fa2 (patch)
tree6ebdd6b8af5a1207ce80d20b8ae61c5f836c2896 /docs/config.md
parent1ce1b7b58dc0e009635c9dd6e2571df56c04f356 (diff)
parent27375e55757a7034aa2ad6c94a8d6c82b1128b34 (diff)
downloadpleroma-3b141194715e362d65482672d00b10991d102fa2.tar.gz
Merge branch 'welcome-message' into 'develop'
Add optional welcome message. See merge request pleroma/pleroma!832
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 74badd0da..0c1051dee 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -97,6 +97,8 @@ config :pleroma, Pleroma.Mailer,
* `max_pinned_statuses`: The maximum number of pinned statuses. `0` will disable the feature.
* `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 local user that sends the welcome message.
## :logger
* `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog