Remove AutoLinker `scheme` option from the config
[akkoma] / config / description.exs
index 5f3c58b08dbc4bbc62f99cf351e69a0091c7f137..a0cb03e48c5f454aa0cad4ffcbf9ee9078613912 100644 (file)
@@ -2171,11 +2171,6 @@ config :pleroma, :config_description, [
         type: :boolean,
         description: "Set to `false` to remove target='_blank' attribute"
       },
-      %{
-        key: :scheme,
-        type: :boolean,
-        description: "Set to `true` to link urls with schema http://google.com"
-      },
       %{
         key: :truncate,
         type: [:integer, false],