From b79ce92aefa1ec722b1d39e3490330466bf85704 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 3 Mar 2024 12:12:40 +0800 Subject: [PATCH] Use acct instead of username --- src/components/status.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 92425e0..5ead2e9 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -2333,6 +2333,7 @@ function generateHTMLCode(post, instance, level = 0) { account: { url: accountURL, displayName, + acct, username, emojis: accountEmojis, bot, @@ -2477,7 +2478,7 @@ function generateHTMLCode(post, instance, level = 0) { — ${emojifyText( displayName, accountEmojis, - )} (@${username}) + )} (@${acct}) `;