Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @Profpatsch@mastodon.xyz
Beady Belle Fanchannel@Profpatsch@mastodon.xyz (2026-05-12 07:17:21)
@mbajur it's also kind of hard to parse cleanly and securely because Mastodon uses @user@example.com and others user@example.com, so hard to distinguish what's domain and what @ you can ignore …

---Reply--- mbajur@mbajur@mastodon.social (2026-05-12 16:20:34) @Profpatsch I'm a bit confused on how to handle that in my upcoming AP project (@abelio) - every instance is a single-user instance and i'm currently using @domain.com@domain.com as a solution someone suggested to me a year ago but i find it a bit hacky and looking for a proper solution
Reply

---Replies---
Beady Belle Fanchannel@Profpatsch@mastodon.xyz (2026-05-12 21:25:48)
@mbajur Ah yes, I’ve seen many people with single-user instances use something like @me@named.domain, which is super unfortunate because quoting them will show “@me”.

I think what you want to do has a lot of value here … so I guess the steps are:

1) implement webfinger to resolve @domain to the one actor, and @user@domain to point *to the same actor* (so you can mention them on platforms that don’t yet implement the new style quotes)
2) Publish an FEP about this new webfinger extension