Provide metadata for tombstone

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-06-08 14:37:31 +02:00
parent dc949de5a7
commit e77cfe2e33
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
defimpl Mobilizon.Service.Metadata, for: Mobilizon.Tombstone do
alias Mobilizon.Tombstone
def build_tags(%Tombstone{} = actor) do
[]
end
end