X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=2e538c4be7dfa9ad622b15735e7a70db788fd5b3;hb=1898054da4bcccb25e0bcd9d6463af38ced43351;hp=9a6b93a378952fa658c9df51aebc7ea42313ba2b;hpb=b54c8813d632cb44c7deb207e91bd32f01f33794;p=akkoma diff --git a/config/config.exs b/config/config.exs index 9a6b93a37..2e538c4be 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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,