From 891aa094671c44152fa89b4279658d87889307ab Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 1 Jul 2024 04:27:57 +0100 Subject: [PATCH] added gifv attachment support --- src/lib/ui/post/Body.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}