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
This commit is contained in:
parent
cd706c0335
commit
ee26f2c91b
|
@ -688,8 +688,8 @@
|
||||||
%{
|
%{
|
||||||
key: :quarantined_instances,
|
key: :quarantined_instances,
|
||||||
type: {:list, :tuple},
|
type: {:list, :tuple},
|
||||||
keyPlaceholder: "instance",
|
key_placeholder: "instance",
|
||||||
valuePlaceholder: "reason",
|
value_placeholder: "reason",
|
||||||
description:
|
description:
|
||||||
"List of ActivityPub instances where private (DMs, followers-only) activities will not be sent and the reason for doing so",
|
"List of ActivityPub instances where private (DMs, followers-only) activities will not be sent and the reason for doing so",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
|
|
Loading…
Reference in New Issue