Show "unplayed" dot on incoming audio messages
This commit is contained in:
parent
9fd191ae00
commit
b0750e5f4e
36 changed files with 812 additions and 175 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue