Voice-note animation fixes
This commit is contained in:
parent
56f8842ed2
commit
458eb2ea81
12 changed files with 147 additions and 104 deletions
|
@ -14,6 +14,7 @@ import { renderAudioAttachment } from './renderAudioAttachment';
|
|||
import { renderEmojiPicker } from './renderEmojiPicker';
|
||||
import { renderReactionPicker } from './renderReactionPicker';
|
||||
import { getContactNameColorSelector } from '../selectors/conversations';
|
||||
import { markViewed } from '../ducks/conversations';
|
||||
|
||||
export { Contact } from '../../components/conversation/MessageDetail';
|
||||
export type OwnProps = Omit<
|
||||
|
@ -25,6 +26,7 @@ export type OwnProps = Omit<
|
|||
| 'renderEmojiPicker'
|
||||
| 'renderReactionPicker'
|
||||
| 'theme'
|
||||
| 'markViewed'
|
||||
>;
|
||||
|
||||
const mapStateToProps = (
|
||||
|
@ -43,7 +45,6 @@ const mapStateToProps = (
|
|||
displayTapToViewMessage,
|
||||
kickOffAttachmentDownload,
|
||||
markAttachmentAsCorrupted,
|
||||
markViewed,
|
||||
openConversation,
|
||||
openGiftBadge,
|
||||
openLink,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue