diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-08 16:11:03 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-08 16:11:03 +0700 |
commit | 6428ef77adef6aa3fca1fbcdcfffc5db5fc953d5 (patch) | |
tree | 5fd40b485e3fbc0053c8645311be41915ec633de /docs | |
parent | 7b6c5f0a9d02785bee3e4c2585fea1f8983e61b0 (diff) | |
download | pleroma-6428ef77adef6aa3fca1fbcdcfffc5db5fc953d5.tar.gz |
add default configuration for the pinned statuses and some doc
Diffstat (limited to 'docs')
-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 1c3219efe..c903b53bf 100644 --- a/docs/config.md +++ b/docs/config.md @@ -93,6 +93,7 @@ config :pleroma, Pleroma.Mailer, * `always_show_subject_input`: When set to false, auto-hide the subject field when it's empty. * `extended_nickname_format`: Set to `true` to use extended local nicknames format (allows underscores/dashes). This will break federation with older software for theses nicknames. +* `max_pinned_statuses`: The maximum number of pinned statuses. `0` will disable the feature. ## :fe This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:instance`` is set to false. |