29
Why does Lemmy use "@" instead of ":" like Matrix does?
(sh.itjust.works)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
It looks like it's a Webfinger implementation to parse the ActivityPub user URI. https://news.ycombinator.com/item?id=35750312
The
@user@instance.tld
format has become a convention across most if not all ActivityPub platforms. In the end the software will look uphttps://instance.tld/user
anyway.