feat(media): implement caching for chat media and update components to use cached media
This commit is contained in:
@@ -76,6 +76,7 @@ export function ChatImageViewerScreen({
|
||||
<>
|
||||
<MobileShell background="#000000">
|
||||
<FullscreenImageViewer
|
||||
messageId={messageId}
|
||||
imageUrl={message.imageUrl ?? ""}
|
||||
imagePaywalled={message.imagePaywalled === true}
|
||||
onUnlockImagePaywall={handleUnlockImagePaywall}
|
||||
|
||||
Reference in New Issue
Block a user