X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=681b498275d90bdc80ebb5bd28b6100075136a54;hb=c97f99ccf2a51c7f1078d7a20006deae2df3d12c;hp=2f8a18788cfc0329a01b49951bb304380a9982bb;hpb=3674179b26b3351e34f527b7e267a5ff0f551c2e;p=akkoma diff --git a/config/config.exs b/config/config.exs index 2f8a18788..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, @@ -460,7 +458,7 @@ config :pleroma, :shout, enabled: true, limit: 5_000 -config :phoenix, :format_encoders, json: Jason +config :phoenix, :format_encoders, json: Jason, "activity+json": Jason config :phoenix, :json_library, Jason @@ -560,6 +558,7 @@ config :pleroma, Oban, mailer: 10, transmogrifier: 20, scheduled_activities: 10, + poll_notifications: 10, background: 5, remote_fetcher: 2, attachments_cleanup: 1,