Voice-note animation fixes
This commit is contained in:
parent
56f8842ed2
commit
458eb2ea81
12 changed files with 147 additions and 104 deletions
|
@ -50,6 +50,7 @@ import { ContactSpoofingType } from '../../util/contactSpoofing';
|
|||
import type { UnreadIndicatorPlacement } from '../../util/timelineUtil';
|
||||
import type { WidthBreakpoint } from '../../components/_util';
|
||||
import { getPreferredBadgeSelector } from '../selectors/badges';
|
||||
import { markViewed } from '../ducks/conversations';
|
||||
|
||||
type ExternalProps = {
|
||||
id: string;
|
||||
|
@ -76,7 +77,6 @@ export type TimelinePropsType = ExternalProps &
|
|||
| 'loadOlderMessages'
|
||||
| 'markAttachmentAsCorrupted'
|
||||
| 'markMessageRead'
|
||||
| 'markViewed'
|
||||
| 'onBlock'
|
||||
| 'onBlockAndReportSpam'
|
||||
| 'onDelete'
|
||||
|
@ -317,6 +317,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
renderContactSpoofingReviewDialog,
|
||||
renderHeroRow,
|
||||
renderTypingBubble,
|
||||
markViewed,
|
||||
...actions,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue