diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2021-01-17 14:32:42 +0100 |
---|---|---|
committer | Ilja <domainepublic@spectraltheorem.be> | 2021-01-17 14:32:42 +0100 |
commit | d840ad460cba77cba23551b6bf9810076b5ffafc (patch) | |
tree | eb70ef809af42bc93af16f70c00708848c4e51dd | |
parent | f255b49f3d06f7e0f1e16701aa3518dd102c8759 (diff) | |
download | pleroma-d840ad460cba77cba23551b6bf9810076b5ffafc.tar.gz |
Quarantine placeholderssimplePolicy_reasons_for_instance_specific_policiesilja_simple_policy_reasons_for_instance_specific_policies
* kePlaceholder and valuePlaceholder of quarantined_instances where in wrong case, should be snake_case
* The mrf simple and transparency exclusion were already OK
-rw-r--r-- | config/description.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs index ddb02e435..24f5ec464 100644 --- a/config/description.exs +++ b/config/description.exs @@ -695,8 +695,8 @@ config :pleroma, :config_description, [ %{ key: :quarantined_instances, type: {:list, :tuple}, - keyPlaceholder: "instance", - valuePlaceholder: "reason", + key_placeholder: "instance", + value_placeholder: "reason", description: "List of ActivityPub instances where private (DMs, followers-only) activities will not be sent and the reason for doing so", suggestions: [ |