Voice notes mini-player

This commit is contained in:
Alvaro
2023-02-24 16:18:57 -07:00
committed by GitHub
parent b5849f872a
commit 0e655ceeed
45 changed files with 1599 additions and 487 deletions

View File

@@ -71,6 +71,7 @@ export type PropsType = {
| 'toggleGroupsForStorySend'
| 'mostRecentActiveStoryTimestampByGroupOrDistributionList'
| 'toggleSignalConnectionsModal'
| 'onMediaPlaybackStart'
> &
Pick<
TextStoryCreatorPropsType,
@@ -104,6 +105,7 @@ export function StoryCreator({
onSetSkinTone,
onUseEmoji,
onViewersUpdated,
onMediaPlaybackStart,
ourConversationId,
processAttachment,
recentEmojis,
@@ -194,6 +196,7 @@ export function StoryCreator({
setDraftAttachment(undefined);
}}
onViewersUpdated={onViewersUpdated}
onMediaPlaybackStart={onMediaPlaybackStart}
setMyStoriesToAllSignalConnections={
setMyStoriesToAllSignalConnections
}