Merge remote-tracking branch 'origin/develop' into translate-posts

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-04-27 13:48:10 +02:00
commit 3893311bd2
81 changed files with 1362 additions and 170 deletions

View file

@ -574,6 +574,12 @@ config :pleroma, :config_description, [
"https://status.pleroma.example.org"
]
},
%{
key: :contact_username,
type: :string,
description: "Instance owner username",
suggestions: ["admin"]
},
%{
key: :limit,
type: :integer,