Merge branch 'develop' into openapi/reports
[akkoma] / config / config.exs
index 9a6b93a378952fa658c9df51aebc7ea42313ba2b..2e538c4be7dfa9ad622b15735e7a70db788fd5b3 100644 (file)
@@ -240,6 +240,8 @@ config :pleroma, :instance,
   extended_nickname_format: true,
   cleanup_attachments: false
 
+config :pleroma, :extensions, output_relationships_in_statuses_by_default: true
+
 config :pleroma, :feed,
   post_title: %{
     max_length: 100,
@@ -560,6 +562,8 @@ config :pleroma, :email_notifications,
     inactivity_threshold: 7
   }
 
+config :pleroma, :notifications, enable_follow_request_notifications: false
+
 config :pleroma, :oauth2,
   token_expires_in: 600,
   issue_new_refresh_token: true,