Voice-note animation fixes
This commit is contained in:
parent
56f8842ed2
commit
458eb2ea81
12 changed files with 147 additions and 104 deletions
|
@ -65,6 +65,7 @@ export type PropsData = {
|
|||
i18n: LocalizerType;
|
||||
theme: ThemeType;
|
||||
getPreferredBadge: PreferredBadgeSelectorType;
|
||||
markViewed: (messageId: string) => void;
|
||||
} & Pick<
|
||||
MessagePropsType,
|
||||
| 'getPreferredBadge'
|
||||
|
@ -78,7 +79,6 @@ export type PropsBackboneActions = Pick<
|
|||
| 'displayTapToViewMessage'
|
||||
| 'kickOffAttachmentDownload'
|
||||
| 'markAttachmentAsCorrupted'
|
||||
| 'markViewed'
|
||||
| 'openConversation'
|
||||
| 'openGiftBadge'
|
||||
| 'openLink'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue