Rip out fedsockets from the release branch

This commit is contained in:
rinpatch 2020-10-21 21:13:49 +03:00
commit fb0e340363
4 changed files with 3 additions and 25 deletions

View file

@ -273,19 +273,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,