mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-18 18:36:02 +01:00
Fall back to nsfw image if no blurhash
This commit is contained in:
parent
313ddcebcb
commit
dfba8be134
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
@click.prevent.stop="toggleHidden"
|
||||
>
|
||||
<Blurhash
|
||||
v-if="useBlurhash"
|
||||
v-if="useBlurhash && attachment.blurhash"
|
||||
:height="512"
|
||||
:width="1024"
|
||||
:hash="attachment.blurhash"
|
||||
|
|
Loading…
Reference in a new issue