diff --git a/src/lib/ui/post/Body.svelte b/src/lib/ui/post/Body.svelte index bb942d0..bbb4a7e 100644 --- a/src/lib/ui/post/Body.svelte +++ b/src/lib/ui/post/Body.svelte @@ -29,7 +29,7 @@
{#each post.files as file}
- {#if file.type === "image"} + {#if ["image", "gifv", "gif"].includes(file.type)} {file.description}