Admin Delete

This commit is contained in:
Jamie
2026-02-27 11:55:02 -08:00
committed by Yash
parent b71b5570d3
commit e424610cc2
67 changed files with 2328 additions and 569 deletions

View File

@@ -377,6 +377,7 @@ export function MessageAudio(props: Props): React.JSX.Element {
{!withContentBelow && !collapseMetadata && (
<MessageMetadata
canRetryDeleteForEveryone={false}
direction={direction}
expirationLength={expirationLength}
expirationTimestamp={expirationTimestamp}
@@ -387,6 +388,7 @@ export function MessageAudio(props: Props): React.JSX.Element {
isShowingImage={false}
isSticker={false}
pushPanelForConversation={pushPanelForConversation}
retryDeleteForEveryone={shouldNeverBeCalled}
retryMessageSend={shouldNeverBeCalled}
status={status}
textPending={textPending}