diff options
author | feld <feld@feld.me> | 2020-02-05 20:32:45 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-02-05 20:32:45 +0000 |
commit | b21e59da5f69505d276ddfa6b00c67a838dcc149 (patch) | |
tree | fa87f427eaf9a606cc5f44cf13850f229db2a8d1 /config/description.exs | |
parent | 49e80a15377fe460d7ac644601609700fffea632 (diff) | |
parent | 3909b5b7b34bbf879fd7809eef6ec0ae286c2ef2 (diff) | |
download | pleroma-b21e59da5f69505d276ddfa6b00c67a838dcc149.tar.gz pleroma-b21e59da5f69505d276ddfa6b00c67a838dcc149.zip |
Merge branch 'remove-linker-scheme-option' into 'develop'
Remove AutoLinker `scheme` option from the config
See merge request pleroma/pleroma!2176
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/description.exs b/config/description.exs index 1ffb66287..a4d1a74a7 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2181,11 +2181,6 @@ config :pleroma, :config_description, [ 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], description: |