this post was submitted on 26 Jun 2023
30 points (94.1% liked)

Lemmy

12444 readers
93 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

Hi all,

I’ve been observing and participating in this community for about a week now. I’m liking it so far, but one thing I’m really missing is a way to link to other Lemmy content in a way that’s instance-aware.

For example, if I were to want to link to !risa@startrek.website, I’d link to https://startrek.website/c/risa. But then I’d end up at a Lemmy instance where I don’t have an account; I’d really prefer to be redirected to https://derp.foo/c/risa@startrek.website.

So here’s my proposal: create a central Lemmy redirection service where people can set their instance (in a cookie). The idea would be that people can link to, say, https://example.com/c/risa@startrek.website, and be ensured us lemmings end up on an instance where we can actually post.

Linking to posts and comments should ideally be part of this as well but whould involve a little more work.

you are viewing a single comment's thread
view the rest of the comments
[–] Generator@lemmy.pt 5 points 1 year ago (1 children)

There's an issue about it https://github.com/LemmyNet/lemmy-ui/issues/1227

If you link [!community@instance.tld](/c/community@instance.tld) the URL should be c/community@instance.tld, instead ate the moment the URL is https://instance.tld/c/community

[–] Undearius@lemmy.ca 3 points 1 year ago* (last edited 1 year ago)

There's a number of issues open for this.

More directly, the pull request that implents this has already been merged. Just waiting for it to be released