Ускоренная загрузка диалогов

This commit is contained in:
RoyceDa
2026-02-20 18:17:47 +02:00
parent 142082ba83
commit 9379bd656d
3 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ export function MessageImage(props: AttachmentProps) {
const [blurhashPreview, setBlurhashPreview] = useState("");
useEffect(() => {
console.info("Consturcting image, download status: " + downloadStatus);
constructBlob();
constructFromBlurhash();
}, [downloadStatus]);