Merge branch 'fix/1658-invite-send' into 'develop'
[akkoma] / config / config.exs
index 154eda48a00007b852137679b8f6e611d28a6d98..232a91bf132c8063f8f0f730121bb68eade6ad6f 100644 (file)
@@ -645,6 +645,11 @@ config :pleroma, :hackney_pools,
     timeout: 300_000
   ]
 
+config :pleroma, :restrict_unauthenticated,
+  timelines: %{local: false, federated: false},
+  profiles: %{local: false, remote: false},
+  activities: %{local: false, remote: false}
+
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.
 import_config "#{Mix.env()}.exs"