mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Show "unplayed" dot on incoming audio messages
This commit is contained in:
@@ -36,7 +36,8 @@ export type SendTypesType =
|
||||
| 'sentSync'
|
||||
| 'typing' // excluded from send log
|
||||
| 'verificationSync'
|
||||
| 'viewOnceSync';
|
||||
| 'viewOnceSync'
|
||||
| 'viewSync';
|
||||
|
||||
export function shouldSaveProto(sendType: SendTypesType): boolean {
|
||||
if (sendType === 'callingMessage') {
|
||||
|
||||
Reference in New Issue
Block a user