Fall back to nsfw image if no blurhash

This commit is contained in:
floatingghost 2022-12-30 05:03:25 +00:00 committed by eris
parent 1edc1a2ec7
commit 3e19a6091f

View file

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