mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Start downloading story thumbnails
This commit is contained in:
@@ -47,9 +47,8 @@ export const StoryImage = ({
|
||||
storyId,
|
||||
}: PropsType): JSX.Element | null => {
|
||||
const shouldDownloadAttachment =
|
||||
!isDownloaded(attachment) &&
|
||||
!isDownloading(attachment) &&
|
||||
!hasNotResolved(attachment);
|
||||
(!isDownloaded(attachment) && !isDownloading(attachment)) ||
|
||||
hasNotResolved(attachment);
|
||||
|
||||
const videoRef = useRef<HTMLVideoElement | null>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user