suggestions fix

This commit is contained in:
Alexander 2019-12-16 18:13:22 +03:00 committed by Alexander Strizhakov
parent bb9a43c3ae
commit f9d01068cf
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 6 additions and 10 deletions

View File

@ -701,13 +701,11 @@ config :pleroma, :config_description, [
type: {:list, :string},
description: "MIME-type list of formats allowed to be posted (transformed into HTML)",
suggestions: [
[
"text/plain",
"text/html",
"text/markdown",
"text/bbcode"
]
]
},
%{
key: :mrf_transparency,
@ -1990,11 +1988,9 @@ config :pleroma, :config_description, [
type: {:keyword, :integer},
description: "Max retry attempts for failed jobs, per `Oban` queue",
suggestions: [
[
federator_incoming: 5,
federator_outgoing: 5
]
]
}
]
},