X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ccc0c4e525b99b79a08a2c64e8fd6761ac8ff59f;hb=478619782b5f851e88ae2677cd17e528274c8f07;hp=364aaf7769085532ad9046d6383a251a98d36519;hpb=3fee859b60d2b97e8210faf872a03d99cfc574cc;p=akkoma diff --git a/config/config.exs b/config/config.exs index 364aaf776..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, @@ -612,8 +612,6 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: false -config :floki, :html_parser, Floki.HTMLParser.FastHtml - # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs"