Use Tombstone for Delete
This commit is contained in:
parent
a4678e45de
commit
0177023ead
2 changed files with 7 additions and 2 deletions
4
src/remote/activitypub/renderer/tombstone.ts
Normal file
4
src/remote/activitypub/renderer/tombstone.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default (id: string) => ({
|
||||
id,
|
||||
type: 'Tombstone'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue