diff options
author | lain <lain@soykaf.club> | 2019-03-20 21:09:36 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-03-20 21:09:36 +0100 |
commit | 8468f3f6d48693d2a27a257e5555aa71decff3df (patch) | |
tree | 9f61dcf50e315bba1842bda2e43d866adb7dbad7 /docs | |
parent | 0d14def0ca781b79ffb3c1022472ac64f990cdf8 (diff) | |
download | pleroma-8468f3f6d48693d2a27a257e5555aa71decff3df.tar.gz |
Add safe dm mode option.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index 201180373..78967204b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -101,7 +101,8 @@ config :pleroma, Pleroma.Mailer, * `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. -* `max_report_size`: The maximum size of the report comment (Default: `1000`) +* `max_report_comment_size`: The maximum size of the report comment (Default: `1000`) +* `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`) ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog |