diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-01-17 15:48:14 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-01-17 15:48:14 +0000 |
commit | 8c368d42a20ea21d5d382838843ca1c57a86e882 (patch) | |
tree | 4fcab7eb4d47f0c49516768b3d1e2a5d7fe84580 /docs/config.md | |
parent | ce2efd1ee25d6e06c4bc5c0d97aad7b84c7c6874 (diff) | |
download | pleroma-8c368d42a20ea21d5d382838843ca1c57a86e882.tar.gz pleroma-8c368d42a20ea21d5d382838843ca1c57a86e882.zip |
Make attachment links configurable
Thanks @href!
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index e3738271b..6bf7b9ea7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -95,6 +95,7 @@ config :pleroma, Pleroma.Mailer, older software for theses nicknames. * `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 ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog |