Clean captchas up periodically, not schedule it after theyre created
[akkoma] / test / support / captcha_mock.ex
index 560d6c457425c9d8ec2d4964c18bedddc78dbbc7..898aa17b884d4eec85622801bcb276f7e3818eb9 100644 (file)
@@ -9,5 +9,5 @@ defmodule Pleroma.Captcha.Mock do
   def validate(_token, _captcha), do: true
 
   @impl Service
-  def cleanup(_token), do: true
+  def cleanup(), do: :ok
 end