Remove AutoLinker scheme option from the config

This commit is contained in:
Egor Kislitsyn 2020-02-05 21:13:56 +04:00
commit 3909b5b7b3
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
3 changed files with 2 additions and 7 deletions

View 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],