summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-16 14:01:35 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-16 14:01:35 +0300
commitba90a6d3e5c1f0a69044ec68748aeed870a085c0 (patch)
tree9558b7c44e59e70862c3dc1c905019d64f314e17 /config/description.exs
parent34fd1c2c9d685c160fd2c20602840bfa9dceb38f (diff)
downloadpleroma-ba90a6d3e5c1f0a69044ec68748aeed870a085c0.tar.gz
pleroma-ba90a6d3e5c1f0a69044ec68748aeed870a085c0.zip
removing from descriptions.exs deprecated settings
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs32
1 files changed, 0 insertions, 32 deletions
diff --git a/config/description.exs b/config/description.exs
index c0e403b2e..732c76734 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1781,25 +1781,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :pleroma_job_queue,
- key: :queues,
- type: :group,
- description: "[Deprecated] Replaced with `Oban`/`:queues` (keeping the same format)"
- },
- %{
- group: :pleroma,
- key: Pleroma.Web.Federator.RetryQueue,
- type: :group,
- description: "[Deprecated] See `Oban` and `:workers` sections for configuration notes",
- children: [
- %{
- key: :max_retries,
- type: :integer,
- description: "[Deprecated] Replaced as `Oban`/`:queues`/`:outgoing_federation` value"
- }
- ]
- },
- %{
group: :pleroma,
key: Oban,
type: :group,
@@ -2578,19 +2559,6 @@ config :pleroma, :config_description, [
]
},
%{
- group: :tesla,
- type: :group,
- description: "Tesla settings",
- children: [
- %{
- key: :adapter,
- type: :module,
- description: "Tesla adapter",
- suggestions: [Tesla.Adapter.Hackney]
- }
- ]
- },
- %{
group: :pleroma,
key: :chat,
type: :group,