Revert "Fall back to nsfw image if no blurhash"

This reverts commit 3e19a6091f.
This commit is contained in:
eris 2023-02-28 07:38:01 +00:00
parent 1619c11812
commit 8b91ccc830
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
@click.prevent.stop="toggleHidden"
>
<Blurhash
v-if="useBlurhash && attachment.blurhash"
v-if="useBlurhash"
:height="512"
:width="1024"
:hash="attachment.blurhash"