[#948] /api/v1/account_search added optional parameters (limit, offset, following)
[akkoma] / config / test.exs
index 95129f409ff846dd8e0ccaec08f2548ffdd926f8..1c5eff79459cb1a650a9df5b5d00210642b0b37a 100644 (file)
@@ -27,7 +27,8 @@ config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Test
 
 config :pleroma, :instance,
   email: "admin@example.com",
-  notify_email: "noreply@example.com"
+  notify_email: "noreply@example.com",
+  skip_thread_containment: false
 
 # Configure your database
 config :pleroma, Pleroma.Repo,