-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have plaintext URLs for federated communities and users. #317
Comments
This is doable, and will require both some front end and back end work. But I do like it better than the current one. |
I searched the code for occurences of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a user or community is local, its URL is
/u/user_name
and/c/community_name
, respectively, but for a non-local user or comminity, it's/user/12345
or/community/12345
, where the number is the user or community ID. I think it would be better if federated user and community URLs could be expressed as something like/u/user_name@lemmy.example.com
and/c/community_name@lemmy.example.com
to make them human readable and editable. I think the@
character is a good fit because it's already used in the web client for representing federated users and communities, and it isn't converted to URL encoded form in my testing in Firefox and Chromium, so a URL containing it won't have to be encoded as%something
to work.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: