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.