1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 20:15:55 +02:00

Implement delete note

This commit is contained in:
syuilo
2018-05-28 14:39:46 +09:00
parent 85114ebd74
commit ceda2ca896
15 changed files with 125 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
export default object => ({
type: 'Delete',
object
});