From c1642d699f1936372d2b7ec84b142ab547ec1bc4 Mon Sep 17 00:00:00 2001 From: ari Date: Sun, 20 Apr 2025 04:15:51 -0400 Subject: [PATCH] Posts and quotes are now a link --- src/lib/PostComponent.svelte | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/lib/PostComponent.svelte b/src/lib/PostComponent.svelte index 0c3b4a0..79db95a 100644 --- a/src/lib/PostComponent.svelte +++ b/src/lib/PostComponent.svelte @@ -17,8 +17,17 @@

{post.text}

{#if post.replyingUri} -

Replying to: {post.replyingUri.repo}

- {/if} + Replying to {post.replyingUri.repo} + {/if} + {#if post.quotingUri} + Quoting {post.quotingUri.repo} + {/if} {#if post.imagesCid}
{#each post.imagesCid as imageLink}