migrations: add function to see if a thread can be satisfied
[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