Show info for permanently undownloadable visual attachments

This commit is contained in:
ayumi-signal
2025-01-15 09:15:32 -08:00
committed by GitHub
parent 6451ff0cf1
commit 1cc26d5cc7
23 changed files with 314 additions and 15 deletions
+2
View File
@@ -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}
+2
View File
@@ -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}