From c2356c460f4a4962b7bb341ad3d37a4f7731068a Mon Sep 17 00:00:00 2001 From: ari melody Date: Wed, 19 Jun 2024 22:55:55 +0100 Subject: [PATCH] fixed rich text names not appearing in boost context --- src/Feed.svelte | 2 +- src/post/BoostContext.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Feed.svelte b/src/Feed.svelte index 38138c9..4fb1558 100644 --- a/src/Feed.svelte +++ b/src/Feed.svelte @@ -36,7 +36,7 @@ }); /* - client.getPost("9upf5wtam363h1tp", 1).then(post => { + client.getPost("", 1).then(post => { posts = [...posts, post]; console.log(post); }); diff --git a/src/post/BoostContext.svelte b/src/post/BoostContext.svelte index de117a8..08362a0 100644 --- a/src/post/BoostContext.svelte +++ b/src/post/BoostContext.svelte @@ -10,7 +10,7 @@
🔁 - {@html parseEmojis(post.user.name)} boosted this post. + {@html parseEmojis(post.user.rich_name)} boosted this post.