mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Show "unplayed" dot on incoming audio messages
This commit is contained in:
@@ -30,6 +30,7 @@ export type OwnProps = Pick<
|
||||
| 'errors'
|
||||
| 'kickOffAttachmentDownload'
|
||||
| 'markAttachmentAsCorrupted'
|
||||
| 'markViewed'
|
||||
| 'message'
|
||||
| 'openConversation'
|
||||
| 'openLink'
|
||||
@@ -71,6 +72,7 @@ const mapStateToProps = (
|
||||
doubleCheckMissingQuoteReference,
|
||||
kickOffAttachmentDownload,
|
||||
markAttachmentAsCorrupted,
|
||||
markViewed,
|
||||
openConversation,
|
||||
openLink,
|
||||
reactToMessage,
|
||||
@@ -115,6 +117,7 @@ const mapStateToProps = (
|
||||
doubleCheckMissingQuoteReference,
|
||||
kickOffAttachmentDownload,
|
||||
markAttachmentAsCorrupted,
|
||||
markViewed,
|
||||
openConversation,
|
||||
openLink,
|
||||
reactToMessage,
|
||||
|
||||
Reference in New Issue
Block a user