this post was submitted on 14 Jun 2023
13 points (100.0% liked)

Lemmy

523 readers
12 users here now

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

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

I'm just wondering if there's any strategy to link to a post in an instance agnostic kind of way.

Take for example this post which originates in [email protected].

If someone sent me that link but I did not have a lemmy.ml account, then I can read it but not participate.

If I have an account at lemmy.world then it's not trivial to find that post on that instance. I can't just edit the url because the post ID is not the same. I'd have to navigate to lemmy.world/c/[email protected] and find the post from that feed. This might be possible for recent posts but becomes very difficult with any posts even a little stale.

My understanding of "how lemmy works" is very naive, but I assume it's not possible to generate UUIDs for posts. That being the case you'd need separate lookup servers that maintain lists of urls for posts and can translate between them.

top 3 comments
sorted by: hot top controversial new old
[–] Barbarian 2 points 1 year ago

A link like [this](/c/[email protected]) will work for website users on instances with at least one person subscribed to that community. There is an open issues to generalize this so that clicking the link doesn't crash Jerboa, and another one to load data from the remote instance instead of just 404ing. I know that's not amazing news, but this is an open source project under active development.

Posts cannot be universally linked across instances as each instance has a different id, correct. I'm not sure anybody's thought of a way around that, even before considering dev time. Definitely a longer-term issue to tackle.

[–] imaqtpie 1 points 1 year ago

I have also been wondering if there is a way to do this. If not, we should prioritize figuring it out because it's a crucial function to be able to easily link between instances so that people can interact with the content.

[–] [email protected] 1 points 1 year ago

I would love to know this too but my guess is that there is no easy way to deal with this atm... A cross-instance guid don't seem impossible to me, but im also fairly new to Lemmy...