aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-03 10:43:38 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-03 10:43:38 +0300
commit25849157aae60e1bac776d395cadb6d15424eb1d (patch)
tree365f57e07310c5f80f01a076e92bd16e15d6f9c6 /docs
parent4e70009490365f0439043aa59f9e6cd05f6da723 (diff)
downloadpleroma-25849157aae60e1bac776d395cadb6d15424eb1d.tar.gz
Remove fe settings from :instance as they no longer do anything
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 57325dd56..e23bcaf63 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -115,12 +115,6 @@ config :pleroma, Pleroma.Emails.Mailer,
* `allowed_post_formats`: MIME-type list of formats allowed to be posted (transformed into HTML)
* `mrf_transparency`: Make the content of your Message Rewrite Facility settings public (via nodeinfo).
* `mrf_transparency_exclusions`: Exclude specific instance names from MRF transparency. The use of the exclusions feature will be disclosed in nodeinfo as a boolean value.
-* `scope_copy`: Copy the scope (private/unlisted/public) in replies to posts by default.
-* `subject_line_behavior`: Allows changing the default behaviour of subject lines in replies. Valid values:
- * "email": Copy and preprend re:, as in email.
- * "masto": Copy verbatim, as in Mastodon.
- * "noop": Don't copy the subject.
-* `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.