Send viewed receipt when you start listening to an audio message
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user