X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=e7d1014bb6f5300c17b6dd34e82b0e2f364f8605;hb=a61207cf8f218b34998ab8eec0db6b7f59b3ba8d;hp=b50c910b12b985ed1c8f6311fc6b8a25c6f8c550;hpb=33a19c002a9196cb67d3379d5237f9490c957f1b;p=akkoma diff --git a/config/config.exs b/config/config.exs index b50c910b1..e7d1014bb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -221,6 +221,7 @@ config :pleroma, :instance, "text/markdown", "text/bbcode" ], + staff_transparency: [], autofollowed_nicknames: [], autofollowing_nicknames: [], max_pinned_statuses: 1, @@ -321,9 +322,6 @@ config :pleroma, :frontend_configurations, subjectLineBehavior: "email", theme: "pleroma-dark", webPushNotifications: false - }, - masto_fe: %{ - showInstanceSpecificPanel: true } config :pleroma, :assets, @@ -352,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, @@ -560,6 +559,7 @@ config :pleroma, Oban, mailer: 10, transmogrifier: 20, scheduled_activities: 10, + poll_notifications: 10, background: 5, remote_fetcher: 2, attachments_cleanup: 1,