diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-20 11:39:06 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-20 11:39:06 +0200 |
commit | 15ba5392584a2d4e8129a99e825f5025e57e6ebd (patch) | |
tree | 5e4e644b00d8cdaefde82a77bd7da25efd1934aa /docs/configuration/cheatsheet.md | |
parent | f9282677731cca96a1316e2830507837535c06e0 (diff) | |
download | pleroma-15ba5392584a2d4e8129a99e825f5025e57e6ebd.tar.gz |
cheatsheet.md: no_attachment_links → attachment_links
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 6ebdab546..7e5f1cd29 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -60,7 +60,7 @@ To add configuration to your config file, you can copy it from the base config. 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. +* `attachment_links`: Set to true to enable 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_comment_size`: The maximum size of the report comment (Default: `1000`). |