fix: use full account handle, clean up
This commit is contained in:
parent
bced99e14b
commit
d4300d8d83
5 changed files with 5 additions and 12 deletions
|
@ -48,7 +48,6 @@ export function getDisplayName(account?: Account, options?: { rich?: boolean })
|
|||
}
|
||||
|
||||
export function getShortHandle({ acct }: Account) {
|
||||
|
||||
return `@${acct.includes('@') ? acct.split('@')[0] : acct}`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue