this post was submitted on 14 Jan 2026
58 points (98.3% liked)
Fediverse
40737 readers
215 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I agree. Users shouldn't be allowed to choose a name that already exists as a community. But it would be a shame if communities could not be created because a user with that name already exists.
I think this is yet-another reason to have a separation between users and communities at the instance/domain level.
Setting up a server should require one top-level domain and two subdomains:
https://myserver.com/would be for webfinger and the actual backend.https://groups.myserver.com/would be the subdomain for the AS2.Group actorshttps://people.myserver.com/would be the subdomain for the AS2.Person actorThis would make instance creation too complicated.
It could be an optional feature.
By default, users and communities share the namespace so they can not have the same name. But if you as an admin want to let users and communities with the same handle (the "as:preferredUsername"), then you need to add two CNAMEs that point to the same domain of the backend, and add these to lemmy.hjson, so that the backend can know how to generate actor ids.
Of course, this still wouldn't let mastodon users to find the actors by querying "username@myserver", but at least they would be able to know they can find "@username@people.myserver" and @username@groups.myserver".