From 6953b49563ce6a71eb6fb790e578ce157417c304 Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 1 Jul 2024 00:15:21 +0100 Subject: [PATCH] disable reaction bar for posts that don't support it --- src/lib/ui/post/Post.svelte | 4 +++- src/lib/ui/post/ReplyContext.svelte | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/ui/post/Post.svelte b/src/lib/ui/post/Post.svelte index e9949b4..db0044f 100644 --- a/src/lib/ui/post/Post.svelte +++ b/src/lib/ui/post/Post.svelte @@ -65,7 +65,9 @@
- + {#if post.reactions} + + {/if}
diff --git a/src/lib/ui/post/ReplyContext.svelte b/src/lib/ui/post/ReplyContext.svelte index ad4f620..833020c 100644 --- a/src/lib/ui/post/ReplyContext.svelte +++ b/src/lib/ui/post/ReplyContext.svelte @@ -43,7 +43,9 @@