Refactor User.post_register_action/1 emails
[akkoma] / lib / pleroma / web / rich_media / parsers / ttl / ttl.ex
1 defmodule Pleroma.Web.RichMedia.Parser.TTL do
2 @callback ttl(Map.t(), String.t()) :: {:ok, Integer.t()} | {:error, String.t()}
3 end