diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-08 14:33:05 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-10 13:09:38 +0100 |
commit | db67c9b118542dc0010cee5589c1e8ba97d61a1b (patch) | |
tree | ed003757be54f4933e0be8b985d4945a3f350e3a | |
parent | 79bdc3db1932955314815d57f8c4a40b3744fa0b (diff) | |
download | pleroma-db67c9b118542dc0010cee5589c1e8ba97d61a1b.tar.gz pleroma-db67c9b118542dc0010cee5589c1e8ba97d61a1b.zip |
config/config.md: scope_options_enabled also addresses subject
-rw-r--r-- | config/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.md b/config/config.md index 75cb4f683..bbcea619f 100644 --- a/config/config.md +++ b/config/config.md @@ -42,7 +42,7 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i * `redirect_root_no_login`: relative URL which indicates where to redirect when a user isn’t logged in. * `redirect_root_login`: relative URL which indicates where to redirect when a user is logged in. * `show_instance_panel`: Whenether to show the instance’s specific panel. -* `scope_options_enabled`: Enable setting an notice visibility when posting +* `scope_options_enabled`: Enable setting an notice visibility and subject/CW when posting * `formatting_options_enabled`: Enable setting a formatting different than plain-text (ie. HTML, Markdown) when posting, relates to ``:instance, allowed_post_formats`` * `collapse_message_with_subjects`: When a message has a subject(aka Content Warning), collapse it by default * `hide_post_stats`: Hide notices statistics(repeats, favorites, …) |