diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-12-07 13:41:54 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-12-07 13:41:54 -0500 |
| commit | 2c96668a2c20906e5159fdea9326dbba4ca6ca62 (patch) | |
| tree | e7fc1def45d51ba8011c1cfacb28c2523279e09b /config/config.exs | |
| parent | 335684182a094c10fb9f72e3865fd1b9606484a4 (diff) | |
| parent | b57041c59a14df78b4a461e68911a9edc788bc0a (diff) | |
| download | pleroma-2c96668a2c20906e5159fdea9326dbba4ca6ca62.tar.gz pleroma-2c96668a2c20906e5159fdea9326dbba4ca6ca62.zip | |
Merge remote-tracking branch 'origin/develop' into fix-attachment-dimensions
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.exs b/config/config.exs index b50c910b1..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, @@ -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, |
