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