Implement delete note
This commit is contained in:
parent
85114ebd74
commit
ceda2ca896
15 changed files with 125 additions and 23 deletions
4
src/remote/activitypub/renderer/delete.ts
Normal file
4
src/remote/activitypub/renderer/delete.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default object => ({
|
||||
type: 'Delete',
|
||||
object
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue