Implement delete note
This commit is contained in:
parent
85114ebd74
commit
ceda2ca896
15 changed files with 125 additions and 23 deletions
|
|
@ -494,6 +494,11 @@ const endpoints: Endpoint[] = [
|
|||
},
|
||||
kind: 'note-write'
|
||||
},
|
||||
{
|
||||
name: 'notes/delete',
|
||||
withCredential: true,
|
||||
kind: 'note-write'
|
||||
},
|
||||
{
|
||||
name: 'notes/renotes'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue