Add contact account to InstanceView

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-10-26 23:30:38 +02:00
commit 6b8c5e12df
4 changed files with 36 additions and 0 deletions

View file

@ -566,6 +566,12 @@ config :pleroma, :config_description, [
"Cool instance"
]
},
%{
key: :contact_username,
type: :string,
description: "Instance owner username",
suggestions: ["admin"]
},
%{
key: :limit,
type: :integer,