mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Show info for permanently undownloadable visual attachments
This commit is contained in:
@@ -55,6 +55,7 @@ export const SmartMessageDetail = memo(
|
||||
showConversation,
|
||||
showExpiredIncomingTapToViewToast,
|
||||
showExpiredOutgoingTapToViewToast,
|
||||
showMediaNoLongerAvailableToast,
|
||||
showSpoiler,
|
||||
startConversation,
|
||||
} = useConversationsActions();
|
||||
@@ -115,6 +116,7 @@ export const SmartMessageDetail = memo(
|
||||
showExpiredOutgoingTapToViewToast={showExpiredOutgoingTapToViewToast}
|
||||
showLightbox={showLightbox}
|
||||
showLightboxForViewOnceMedia={showLightboxForViewOnceMedia}
|
||||
showMediaNoLongerAvailableToast={showMediaNoLongerAvailableToast}
|
||||
showSpoiler={showSpoiler}
|
||||
startConversation={startConversation}
|
||||
theme={theme}
|
||||
|
||||
@@ -133,6 +133,7 @@ export const SmartTimelineItem = memo(function SmartTimelineItem(
|
||||
showConversation,
|
||||
showExpiredIncomingTapToViewToast,
|
||||
showExpiredOutgoingTapToViewToast,
|
||||
showMediaNoLongerAvailableToast,
|
||||
showSpoiler,
|
||||
startConversation,
|
||||
targetMessage,
|
||||
@@ -236,6 +237,7 @@ export const SmartTimelineItem = memo(function SmartTimelineItem(
|
||||
showExpiredOutgoingTapToViewToast={showExpiredOutgoingTapToViewToast}
|
||||
showLightbox={showLightbox}
|
||||
showLightboxForViewOnceMedia={showLightboxForViewOnceMedia}
|
||||
showMediaNoLongerAvailableToast={showMediaNoLongerAvailableToast}
|
||||
showSpoiler={showSpoiler}
|
||||
startConversation={startConversation}
|
||||
toggleDeleteMessagesModal={toggleDeleteMessagesModal}
|
||||
|
||||
Reference in New Issue
Block a user