diff --git a/src/components/status.jsx b/src/components/status.jsx
index 92425e0f..5ead2e95 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})
`;