From f65a4b0db085a497b2f1d8e6027886e1375ef7ee Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 2 Dec 2025 17:09:56 -0800 Subject: [PATCH] Handle relay urls in content and link within the app --- CHANGELOG.md | 1 + src/app/components/ContentLinkBlock.svelte | 15 ++++++++++----- src/app/components/ContentLinkInline.svelte | 12 +++++++++--- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd65037..48694f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # Current * Fix skinny profile images +* Custom handler for relay urls # 1.6.0 diff --git a/src/app/components/ContentLinkBlock.svelte b/src/app/components/ContentLinkBlock.svelte index f8da7bd1..2b2846bc 100644 --- a/src/app/components/ContentLinkBlock.svelte +++ b/src/app/components/ContentLinkBlock.svelte @@ -1,20 +1,25 @@