summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-10-21 21:13:49 +0300
committerrinpatch <rinpatch@sdf.org>2020-10-21 21:14:58 +0300
commitfb0e3403632ed10ba7d226d998618e0a894d2538 (patch)
tree0e818541570d71bc63676b7b7f7d2454af48ed8a /config/description.exs
parent274c8e6fabeb65813f76766ccaa22227168c726e (diff)
downloadpleroma-fb0e3403632ed10ba7d226d998618e0a894d2538.tar.gz
pleroma-fb0e3403632ed10ba7d226d998618e0a894d2538.zip
Rip out fedsockets from the release branch
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/description.exs b/config/description.exs
index 2a1898922..fa843ea8c 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -275,19 +275,6 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: :fed_sockets,
- type: :group,
- description: "Websocket based federation",
- children: [
- %{
- key: :enabled,
- type: :boolean,
- description: "Enable FedSockets"
- }
- ]
- },
- %{
- group: :pleroma,
key: Pleroma.Emails.Mailer,
type: :group,
description: "Mailer-related settings",