diff options
author | kaniini <nenolod@gmail.com> | 2019-01-17 19:21:54 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-01-17 19:21:54 +0000 |
commit | f73b5bd05f26d881bcae8f374b1472a420ff77ea (patch) | |
tree | e750df82d5d73d6b25a7426937a394798da342a9 /docs/config.md | |
parent | 9fa761620d7c975db712da2e0b9a93feab6fd3cf (diff) | |
parent | 849c83ed464e8cbf57c727da8e7b4f8e7daf8fef (diff) | |
download | pleroma-f73b5bd05f26d881bcae8f374b1472a420ff77ea.tar.gz |
Merge branch 'attachment-links' into 'develop'
Make attachment links configurable
See merge request pleroma/pleroma!677
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 |