this post was submitted on 04 Jan 2025
28 points (93.8% liked)
Lemmy
12778 readers
91 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's not how Lemmy works. Lemmy uses Actor URLs of
https://host.tld/u/user
which is referenced via@user@host.tld
, and communities arehttps://host.tld/c/community
referenced as[!community@host.tld](/c/community@host.tld)
. So there is no overlap.@ex_06@slrpnk.net
!lemmy@lemmy.ml
I'm talking about mastodon interacting with Lemmy, not Lemmy interacting with itself.
Thank you for taking your time to answer for me!
No worries!
I don't follow.. Lemmy and Mastodon both require port 443, so a single hostname of
lemmy.ml
can't run both. Lemmy and Mastodon handle users the same way, just Mastodon doesn't have!communities
.I'm talking about a mastodon user referencing a Lemmy community vs a Lemmy user. Mastodon apparently uses the same syntax for both.
Ohhhh. My understanding is initial @ in Mastodon is only required for users, and would default to user over community, while leaving off the initial @ would do community. I have not validated that in the source, though.