Show "unplayed" dot on outgoing audio messages
This commit is contained in:
parent
b73c029d5f
commit
14929fb408
16 changed files with 219 additions and 60 deletions
3
ts/model-types.d.ts
vendored
3
ts/model-types.d.ts
vendored
|
@ -37,7 +37,8 @@ export type LastMessageStatus =
|
|||
| 'sending'
|
||||
| 'sent'
|
||||
| 'delivered'
|
||||
| 'read';
|
||||
| 'read'
|
||||
| 'viewed';
|
||||
|
||||
type TaskResultType = any;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue