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 /config/config.exs | |
parent | 0d14def0ca781b79ffb3c1022472ac64f990cdf8 (diff) | |
download | pleroma-8468f3f6d48693d2a27a257e5555aa71decff3df.tar.gz pleroma-8468f3f6d48693d2a27a257e5555aa71decff3df.zip |
Add safe dm mode option.
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index ccdd35777..b01c097c5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -174,7 +174,8 @@ config :pleroma, :instance, no_attachment_links: false, welcome_user_nickname: nil, welcome_message: nil, - max_report_comment_size: 1000 + max_report_comment_size: 1000, + safe_dm_mentions: false config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because |