fix: handles on masto

This commit is contained in:
mae taylor 2025-07-23 22:10:08 +01:00
parent 19be3779e3
commit 4bad86822f
Signed by: mae
GPG key ID: 3C80D76BA7A3B9BD

View file

@ -41,7 +41,7 @@ export function parseAccount(data) {
else
account.host = get(server).host;
account.fqn = data.fqn || account.username + account.host;
account.fqn = data.fqn || account.username + "@" + account.host;
account.mention = "@" + account.username;
if (account.host != get(server).host)