diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2021-01-17 14:32:42 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-08-06 07:59:54 +0200 |
commit | ee26f2c91b6335a086949334138877432944b208 (patch) | |
tree | 727896681f210fd7a9c6fd8efa8829ca9a15d8ad | |
parent | cd706c033588d290d7726155b1b346adcf858fb1 (diff) | |
download | pleroma-ee26f2c91b6335a086949334138877432944b208.tar.gz |
Quarantine placeholders
* 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 411029c27..c72231faa 100644 --- a/config/description.exs +++ b/config/description.exs @@ -688,8 +688,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: [ |