forked from AkkomaGang/akkoma
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
1 changed files with 2 additions and 2 deletions
|
@ -688,8 +688,8 @@
|
|||
%{
|
||||
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: [
|
||||
|
|
Loading…
Reference in a new issue