2020-10-12 11:00:50 -06:00
|
|
|
# Pleroma: A lightweight social networking server
|
|
|
|
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2019-07-18 23:58:42 -06:00
|
|
|
defmodule Pleroma.Web.RichMedia.Parser.TTL do
|
2020-06-23 09:33:03 -06:00
|
|
|
@callback ttl(Map.t(), String.t()) :: Integer.t() | nil
|
2019-07-18 23:58:42 -06:00
|
|
|
end
|