Fixes lack of blurhash in some videos

This commit is contained in:
Vitor Pamplona
2024-04-01 15:26:02 -04:00
parent 469b9c6acb
commit 29a43f82e6
@@ -67,6 +67,7 @@ fun FileHeaderDisplay(
url = fullUrl,
description = description,
hash = hash,
blurhash = blurHash,
dim = dimensions,
uri = uri,
authorName = note.author?.toBestDisplayName(),