Add poll limits to /api/v1/instance and initial state
[akkoma] / lib / pleroma / object_tombstone.ex
1 defmodule Pleroma.ObjectTombstone do
2 @enforce_keys [:id, :formerType, :deleted]
3 defstruct [:id, :formerType, :deleted, type: "Tombstone"]
4 end