Create tombstone instead of object deletion
[akkoma] / lib / pleroma / captcha / captcha_service.ex
index fe5a6bf66b9b2c9131ef1cb8abb2e28647f74122..8d0b76f86340ef099e9a5d03b6b469a936514653 100644 (file)
@@ -24,5 +24,5 @@ defmodule Pleroma.Captcha.Service do
   @doc """
   This function is called periodically to clean up old captchas
   """
-  @callback cleanup(token :: String.t()) :: :ok
+  @callback cleanup() :: :ok
 end