mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-25 22:24:01 +01:00
5 lines
146 B
Elixir
5 lines
146 B
Elixir
![]() |
defmodule Pleroma.ObjectTombstone do
|
||
|
@enforce_keys [:id, :formerType, :deleted]
|
||
|
defstruct [:id, :formerType, :deleted, type: "Tombstone"]
|
||
|
end
|