Merge pull request #5427 from witten/staging

Fix missing video thumbnails on hashtag page (#5394).
pull/5437/head
daniel 2 months ago committed by GitHub
commit 6ea108b67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>

Loading…
Cancel
Save