diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-02-05 21:13:56 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-02-05 21:13:56 +0400 |
| commit | 3909b5b7b34bbf879fd7809eef6ec0ae286c2ef2 (patch) | |
| tree | 8ad9ab479b4429280848d6b66a0dcc0072ae2e04 /config/config.exs | |
| parent | c27d1d65bfd60effdb45359697141c136e156177 (diff) | |
| download | pleroma-3909b5b7b34bbf879fd7809eef6ec0ae286c2ef2.tar.gz pleroma-3909b5b7b34bbf879fd7809eef6ec0ae286c2ef2.zip | |
Remove AutoLinker `scheme` option from the config
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index c57ef1bf7..d01dd8d74 100644 --- a/config/config.exs +++ b/config/config.exs @@ -508,7 +508,6 @@ config :pleroma, :fetch_initial_posts, config :auto_linker, opts: [ - scheme: true, extra: true, # TODO: Set to :no_scheme when it works properly validate_tld: true, |
