X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=6647549a254b2c4e5c53f907aeba92a0eaee71e6;hb=833161b5d21f85e2276cd0cee3e148ecbe6e1f05;hp=eb5f88e12ed89036091ac16451de655286f16d61;hpb=3f32d7b937a2368707794b55d1256bfa9fa508f4;p=akkoma diff --git a/docs/config.md b/docs/config.md index eb5f88e12..6647549a2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -98,6 +98,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