Cleanup + add remaining utils

This commit is contained in:
Adhiraj Singh
2021-07-12 23:50:08 +05:30
parent 89cf8004e9
commit 71e34fc5f8
15 changed files with 234 additions and 74 deletions

View File

@@ -54,4 +54,5 @@ export type ChatModification =
messages: { id: string, fromMe?: boolean }[],
star: boolean
}
}
} |
{ delete: true }