fix config
[akkoma] / config / config.exs
index b50c910b12b985ed1c8f6311fc6b8a25c6f8c550..4c1eb69d58bc0d80e705921864bdc3776e6408a8 100644 (file)
@@ -221,6 +221,7 @@ config :pleroma, :instance,
     "text/markdown",
     "text/bbcode"
   ],
+  staff_transparency: [],
   autofollowed_nicknames: [],
   autofollowing_nicknames: [],
   max_pinned_statuses: 1,
@@ -560,6 +561,7 @@ config :pleroma, Oban,
     mailer: 10,
     transmogrifier: 20,
     scheduled_activities: 10,
+    poll_notifications: 10,
     background: 5,
     remote_fetcher: 2,
     attachments_cleanup: 1,