New message state: Partially sent
This commit is contained in:
parent
81cb7730a5
commit
6a68b37c83
8 changed files with 185 additions and 38 deletions
|
@ -32,7 +32,13 @@ export type PropsData = {
|
|||
|
||||
typingContact?: Object;
|
||||
lastMessage?: {
|
||||
status: 'sending' | 'sent' | 'delivered' | 'read' | 'error';
|
||||
status:
|
||||
| 'sending'
|
||||
| 'sent'
|
||||
| 'delivered'
|
||||
| 'read'
|
||||
| 'error'
|
||||
| 'partial-sent';
|
||||
text: string;
|
||||
deletedForEveryone?: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue