diff options
author | Steven Fuchs <steven.fuchs@dockyard.com> | 2020-09-18 11:58:22 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-09-18 11:58:22 +0000 |
commit | f2ef9735c52c648a03de4af41f19bb4ec857de03 (patch) | |
tree | 0c2b3f2ba7b582a2e8ae4a83dbef42e8132c7b47 /config/description.exs | |
parent | 49584a9928f02b461a0356332440084473ea6b69 (diff) | |
download | pleroma-f2ef9735c52c648a03de4af41f19bb4ec857de03.tar.gz pleroma-f2ef9735c52c648a03de4af41f19bb4ec857de03.zip |
Federate data through persistent websocket connections
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 2b30f8148..6f3855918 100644 --- a/config/description.exs +++ b/config/description.exs @@ -272,6 +272,19 @@ 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", |