X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=6acb38051859306cc4e54755a1c01928f6421bd7;hb=56b5b9aa276c0a302c89dc7ca02c18fdc4645e56;hp=134dccf49c3c98bee7c98648fecd15a4d9d07674;hpb=0309514656b92771dc5078cc1ec6d343e42399b0;p=akkoma diff --git a/config/config.exs b/config/config.exs index 134dccf49..6acb38051 100644 --- a/config/config.exs +++ b/config/config.exs @@ -172,7 +172,7 @@ config :mime, :types, %{ "application/ld+json" => ["activity+json"] } -config :tesla, adapter: Tesla.Adapter.Gun +config :tesla, adapter: Tesla.Adapter.Hackney # Configures http settings, upstream proxy etc. config :pleroma, :http, @@ -252,7 +252,8 @@ config :pleroma, :instance, number: 5, length: 16 ] - ] + ], + show_reactions: true config :pleroma, :welcome, direct_message: [ @@ -373,6 +374,7 @@ config :pleroma, :mrf_simple, federated_timeline_removal: [], report_removal: [], reject: [], + followers_only: [], accept: [], avatar_removal: [], banner_removal: [],