Merge pull request #5427 from witten/staging

Fix missing video thumbnails on hashtag page (#5394).
This commit is contained in:
daniel 2025-01-05 14:48:06 -07:00 committed by GitHub
commit 6ea108b67c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>