X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=66d394655657869f8f8346fdb4a070eb506e5d6a;hb=bdaa7e53940daa43b83e3baab836b701482e6d8f;hp=b50c910b12b985ed1c8f6311fc6b8a25c6f8c550;hpb=7495beeb4086d925cdb006368eb318c630eb0276;p=akkoma diff --git a/config/config.exs b/config/config.exs index b50c910b1..66d394655 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, @@ -560,6 +557,7 @@ config :pleroma, Oban, mailer: 10, transmogrifier: 20, scheduled_activities: 10, + poll_notifications: 10, background: 5, remote_fetcher: 2, attachments_cleanup: 1,