summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2023-10-26 23:30:38 +0200
committermarcin mikołajczak <git@mkljczk.pl>2023-10-26 23:32:08 +0200
commit6b8c5e12dfe759ac1286e81e72ad7f8727e01386 (patch)
treeed870245ec53a55d8c5f54534ca83e9b3547151d /config/description.exs
parente3ea311cd594d4f0bc8c4e05ca8eb1eee18ae6be (diff)
downloadpleroma-6b8c5e12dfe759ac1286e81e72ad7f8727e01386.tar.gz
pleroma-6b8c5e12dfe759ac1286e81e72ad7f8727e01386.zip
Add contact account to InstanceView
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index d18649ae8..239ba7cb0 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -567,6 +567,12 @@ config :pleroma, :config_description, [
]
},
%{
+ key: :contact_username,
+ type: :string,
+ description: "Instance owner username",
+ suggestions: ["admin"]
+ },
+ %{
key: :limit,
type: :integer,
description: "Posts character limit (CW/Subject included in the counter)",