this post was submitted on 04 Jan 2025
27 points (93.5% liked)
Lemmy
2172 readers
108 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
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@[email protected]
, and communities arehttps://host.tld/c/community
referenced as[[email protected]](/c/[email protected])
. So there is no overlap.@[email protected]
[email protected]
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.