Implement delete note
This commit is contained in:
@@ -494,6 +494,11 @@ const endpoints: Endpoint[] = [
|
||||
},
|
||||
kind: 'note-write'
|
||||
},
|
||||
{
|
||||
name: 'notes/delete',
|
||||
withCredential: true,
|
||||
kind: 'note-write'
|
||||
},
|
||||
{
|
||||
name: 'notes/renotes'
|
||||
},
|
||||
|
Reference in New Issue
Block a user