Send viewed receipt when you start listening to an audio message
This commit is contained in:
parent
caf544b3a1
commit
75f0cd50be
19 changed files with 483 additions and 109 deletions
|
@ -37,7 +37,8 @@ export type SendTypesType =
|
|||
| 'typing' // excluded from send log
|
||||
| 'verificationSync'
|
||||
| 'viewOnceSync'
|
||||
| 'viewSync';
|
||||
| 'viewSync'
|
||||
| 'viewedReceipt';
|
||||
|
||||
export function shouldSaveProto(sendType: SendTypesType): boolean {
|
||||
if (sendType === 'callingMessage') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue