mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-25 14:14:00 +01:00
4 lines
97 B
Elixir
4 lines
97 B
Elixir
![]() |
defmodule Pleroma.Web.Metadata.Providers.Provider do
|
||
|
@callback build_tags(map()) :: list()
|
||
|
end
|