From: Angelina Filippova Date: Fri, 10 Jul 2020 00:32:53 +0000 (+0300) Subject: Update type for :replace settings X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ac9f18de11d3d0583dfae3c6b25c56828357624a;p=akkoma Update type for :replace settings --- diff --git a/config/description.exs b/config/description.exs index c2cd40587..0a0a8e95c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1601,7 +1601,7 @@ config :pleroma, :config_description, [ }, %{ key: :replace, - type: [{:tuple, :string, :string}, {:tuple, :regex, :string}], + type: {:keyword, :string, :regex}, description: "A list of tuples containing {pattern, replacement}. Each pattern can be a string or a regular expression.", suggestions: [{"foo", "bar"}, {~r/foo/iu, "bar"}]