diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2020-12-18 14:29:38 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-08-06 07:59:53 +0200 |
commit | f4028c908c56736b88caa5edb71f5aad21244de1 (patch) | |
tree | 1794645b7605710418b6215495c02721fc3532fd /config | |
parent | 9418424048283864bd46c2f0dae769d016895220 (diff) | |
download | pleroma-f4028c908c56736b88caa5edb71f5aad21244de1.tar.gz |
Add key- and valuePlaceholders for quarantined_instances and mrf_simple
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here
* I also added comments to explain why we did the _info keys (backwards compatibility)
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 252aa63d8..411029c27 100644 --- a/config/description.exs +++ b/config/description.exs @@ -688,6 +688,8 @@ config :pleroma, :config_description, [ %{ key: :quarantined_instances, type: {:list, :tuple}, + keyPlaceholder: "instance", + valuePlaceholder: "reason", description: "List of ActivityPub instances where private (DMs, followers-only) activities will not be sent and the reason for doing so", suggestions: [ |