summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/renderer/tombstone.ts
blob: 553406b93b961276224a5993e674e555d4577cf1 (plain)
1
2
3
4
export default (id: string) => ({
	id,
	type: 'Tombstone'
});