X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=41c1ff6371a21e56af6a4fdaf45aaf79801096c1;hb=6813c0302c2b665d337d5f5831d2df6312b6b277;hp=98a44efb0c569fcddfd6ddb87ac1cb170eb4f182;hpb=2c40c8b4a2890e60abe8d67a3c8af4a88d225b60;p=akkoma diff --git a/config/config.exs b/config/config.exs index 98a44efb0..41c1ff637 100644 --- a/config/config.exs +++ b/config/config.exs @@ -257,7 +257,8 @@ config :pleroma, :instance, account_field_name_length: 512, account_field_value_length: 2048, external_user_synchronization: true, - extended_nickname_format: true + extended_nickname_format: true, + cleanup_attachments: false config :pleroma, :feed, post_title: %{ @@ -500,7 +501,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,