Send edited messages support
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
This commit is contained in:
parent
d380817a44
commit
1f2cde6d04
79 changed files with 2507 additions and 1175 deletions
|
@ -22,6 +22,7 @@ import { PlaybackButton } from '../PlaybackButton';
|
|||
import { WaveformScrubber } from './WaveformScrubber';
|
||||
import { useComputePeaks } from '../../hooks/useComputePeaks';
|
||||
import { durationToPlaybackText } from '../../util/durationToPlaybackText';
|
||||
import { shouldNeverBeCalled } from '../../util/shouldNeverBeCalled';
|
||||
|
||||
export type OwnProps = Readonly<{
|
||||
active:
|
||||
|
@ -360,6 +361,7 @@ export function MessageAudio(props: Props): JSX.Element {
|
|||
isSticker={false}
|
||||
isTapToViewExpired={false}
|
||||
pushPanelForConversation={pushPanelForConversation}
|
||||
retryMessageSend={shouldNeverBeCalled}
|
||||
status={status}
|
||||
textPending={textPending}
|
||||
timestamp={timestamp}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue