mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Voice notes mini-player
This commit is contained in:
@@ -72,6 +72,7 @@ export type PropsType = {
|
||||
string,
|
||||
number
|
||||
>;
|
||||
onMediaPlaybackStart: () => void;
|
||||
} & Pick<
|
||||
StoriesSettingsModalPropsType,
|
||||
| 'onHideMyStoriesFrom'
|
||||
@@ -138,6 +139,7 @@ export function SendStoryModal({
|
||||
toggleGroupsForStorySend,
|
||||
mostRecentActiveStoryTimestampByGroupOrDistributionList,
|
||||
toggleSignalConnectionsModal,
|
||||
onMediaPlaybackStart,
|
||||
}: PropsType): JSX.Element {
|
||||
const [page, setPage] = useState<PageType>(Page.SendStory);
|
||||
|
||||
@@ -875,6 +877,7 @@ export function SendStoryModal({
|
||||
label="label"
|
||||
moduleClassName="SendStoryModal__story"
|
||||
attachment={attachment}
|
||||
onMediaPlaybackStart={onMediaPlaybackStart}
|
||||
/>
|
||||
</div>
|
||||
<div className="SendStoryModal__top-bar">
|
||||
|
||||
Reference in New Issue
Block a user