X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=581f3831a7ab452275378611a0c24a81a679af88;hb=fdeef7d4df2c70245941d2051e02529c13f3b505;hp=26f039c5e5661e6b8a911640d06ff468fc6efc39;hpb=2519d4eb1acb54d36a3bdfd90fcff4afc64b3f08;p=akkoma diff --git a/config/config.exs b/config/config.exs index 26f039c5e..581f3831a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -221,8 +221,6 @@ config :pleroma, :instance, "text/markdown", "text/bbcode" ], - mrf_transparency: true, - mrf_transparency_exclusions: [], staff_transparency: [], autofollowed_nicknames: [], autofollowing_nicknames: [], @@ -324,9 +322,6 @@ config :pleroma, :frontend_configurations, subjectLineBehavior: "email", theme: "pleroma-dark", webPushNotifications: false - }, - masto_fe: %{ - showInstanceSpecificPanel: true } config :pleroma, :assets, @@ -355,6 +350,7 @@ config :pleroma, :manifest, config :pleroma, :activitypub, unfollow_blocked: true, outgoing_blocks: true, + blockers_visible: true, follow_handshake_timeout: 500, note_replies_output_limit: 5, sign_object_fetches: true, @@ -563,6 +559,7 @@ config :pleroma, Oban, mailer: 10, transmogrifier: 20, scheduled_activities: 10, + poll_notifications: 10, background: 5, remote_fetcher: 2, attachments_cleanup: 1, @@ -855,6 +852,8 @@ config :pleroma, ConcurrentLimiter, [ {Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy, [max_running: 5, max_waiting: 5]} ] +config :pleroma, :search, provider: Pleroma.Search.Builtin + # 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"