1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-03 05:34:14 +00:00

Fix missing video thumbnails on hashtag page (#5394).

This commit is contained in:
Dan Helfman 2024-12-15 20:35:52 -08:00
parent dcd846e9a9
commit 82923481f0

View file

@ -74,7 +74,7 @@
width="32"
height="32"
:hash="status.media_attachments[0].blurhash"
:src="status.media_attachments[0].url"
:src="status.media_attachments[0].preview_url"
/>
</div>
<span v-if="status.pf_type == 'photo:album'" class="float-right mr-3 post-icon"><i class="fas fa-images fa-2x"></i></span>