summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2021-04-15 23:51:04 -0600
committerSean King <seanking2919@protonmail.com>2021-04-15 23:51:04 -0600
commitfa2e62078caeae415fcff7a1cc0503defd05c2de (patch)
tree97d55e789af6d506f2a3e9555e877b117de64c34 /config
parent08694599aeb26b2204aa8d7783c30a09d35fa49d (diff)
Remove MastoFE configuration stuff
Diffstat (limited to 'config')
-rw-r--r--config/config.exs3
-rw-r--r--config/description.exs21
2 files changed, 1 insertions, 23 deletions
diff --git a/config/config.exs b/config/config.exs
index 4381068ac..07565c557 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -322,9 +322,6 @@ config :pleroma, :frontend_configurations,
subjectLineBehavior: "email",
theme: "pleroma-dark",
webPushNotifications: false
- },
- masto_fe: %{
- showInstanceSpecificPanel: true
}
config :pleroma, :assets,
diff --git a/config/description.exs b/config/description.exs
index bb1f43305..bc3f11dde 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1169,7 +1169,7 @@ config :pleroma, :config_description, [
type: :group,
description:
"This form can be used to configure a keyword list that keeps the configuration data for any " <>
- "kind of frontend. By default, settings for pleroma_fe and masto_fe are configured. If you want to " <>
+ "kind of frontend. By default, settings for pleroma_fe are configured. If you want to " <>
"add your own configuration your settings all fields must be complete.",
children: [
%{
@@ -1376,25 +1376,6 @@ config :pleroma, :config_description, [
suggestions: ["pleroma-dark"]
}
]
- },
- %{
- key: :masto_fe,
- label: "Masto FE",
- type: :map,
- description: "Settings for Masto FE",
- suggestions: [
- %{
- showInstanceSpecificPanel: true
- }
- ],
- children: [
- %{
- key: :showInstanceSpecificPanel,
- label: "Show instance specific panel",
- type: :boolean,
- description: "Whenether to show the instance's specific panel"
- }
- ]
}
]
},