X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=681b498275d90bdc80ebb5bd28b6100075136a54;hb=613f55b078e5daf6df6a5ead4865a051c85940f7;hp=828fe00857518594c69495ae44f705c9debd8b71;hpb=28a17c2dc70f33734aceeb499f38cb804489788f;p=akkoma diff --git a/config/config.exs b/config/config.exs index 828fe0085..681b49827 100644 --- a/config/config.exs +++ b/config/config.exs @@ -321,9 +321,6 @@ config :pleroma, :frontend_configurations, subjectLineBehavior: "email", theme: "pleroma-dark", webPushNotifications: false - }, - masto_fe: %{ - showInstanceSpecificPanel: true } config :pleroma, :assets, @@ -352,6 +349,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,