this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use acct instead of username

+2 -1
+2 -1
src/components/status.jsx
··· 2333 2333 account: { 2334 2334 url: accountURL, 2335 2335 displayName, 2336 + acct, 2336 2337 username, 2337 2338 emojis: accountEmojis, 2338 2339 bot, ··· 2477 2478 — ${emojifyText( 2478 2479 displayName, 2479 2480 accountEmojis, 2480 - )} (@${username}) <a href="${url}"><time datetime="${createdAtDate.toISOString()}">${createdAtDate.toLocaleString()}</time></a> 2481 + )} (@${acct}) <a href="${url}"><time datetime="${createdAtDate.toISOString()}">${createdAtDate.toLocaleString()}</time></a> 2481 2482 </footer> 2482 2483 </blockquote> 2483 2484 `;