X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ccc0c4e525b99b79a08a2c64e8fd6761ac8ff59f;hb=478619782b5f851e88ae2677cd17e528274c8f07;hp=98a44efb0c569fcddfd6ddb87ac1cb170eb4f182;hpb=2c40c8b4a2890e60abe8d67a3c8af4a88d225b60;p=akkoma diff --git a/config/config.exs b/config/config.exs index 98a44efb0..ccc0c4e52 100644 --- a/config/config.exs +++ b/config/config.exs @@ -241,7 +241,7 @@ config :pleroma, :instance, mrf_transparency_exclusions: [], autofollowed_nicknames: [], max_pinned_statuses: 1, - no_attachment_links: true, + attachment_links: false, welcome_user_nickname: nil, welcome_message: nil, max_report_comment_size: 1000, @@ -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,