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, url = fullUrl,
description = description, description = description,
hash = hash, hash = hash,
blurhash = blurHash,
dim = dimensions, dim = dimensions,
uri = uri, uri = uri,
authorName = note.author?.toBestDisplayName(), authorName = note.author?.toBestDisplayName(),