Pass user instead of their ap_id to User.block
[akkoma] / config / config.exs
index b0f4578d5e537b27c62c3ce1a0f83c7a0d27fc8f..d3f9cf6e497d6aae0a31112cf8028c0ab1958275 100644 (file)
@@ -53,7 +53,8 @@ config :pleroma, :instance,
   upload_limit: 16_000_000,
   registrations_open: true,
   federating: true,
-  rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy
+  rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
+  public: true
 
 config :pleroma, :mrf_simple,
   media_removal: [],