Spyke
lemmy·Lemmybyaary

How to refer to a message in different server?

I saw that messages have different identifiers on different servers. What should I write in my text to make the hyperlink to work on all servers?

https://xn--e1aghfa.xn--e1aqbccjfc.xn--p1acf/post/15
https://lemmy.ml/post/49064481

15 ≠ 49064481

The site https://lemmy.ml/ is unreachable from my computer because of government politics. I want to refer to the copy of message, which is downloaded into my instance. But it have a new ID in my DB.

View original on xn--e1aghfa.xn--e1aqbccjfc.xn--p1acf

I believe that the original id is stored somewhere as well since there is i fediverse icon that takes one to the original. You can probably use that id when searching your db.

2
Aaryreply
lemmy.ml

I expected some special syntax like post:id!community@domain

Or ap_id?post/[email protected]

Here ap_id is the name of part of URI, which maps to
https://lemmy.ml/post/ap_id
and performs all the magic, which lemmyverse.link does

Or https://lemmy.ml/post/[email protected]
if developers will integrate it into lemmy itself

?=post/[email protected] - any ap_id

[email protected] - any community
[email protected] - any user
but the last two options are not necessary

1
Aaryreply
lemmy.ml

in another software it's possible to use:
p?ap_id@server
c?conf@server
u?user@server
where this local links will be added to URI ending with trailing /

i.e. https://engine.tld/application/objtype/NNNNNID/
will be completed with
https://localserver.tld/applicationname/objtype/NNNNNID/[email protected]
https://localserver.tld/applicationname/objtype/NNNNNID/[email protected]
https://localserver.tld/applicationname/objtype/NNNNNID/[email protected]

This way the local links will allow to setup redirects to any type of objects.
(and without the special syntax and special parsing)

1
Aaryreply
lemmy.ml

I created this topic on my own instance. It knows original ID, but doesn't know ID-s in all other servers in federation.

I want to write a link in such a way, that lemmy substitute it with the reference to the local copy of message on lemmy.ml server.

But now lemmy just shows an original link to my server.

1

ooh like you can link it and people can click a link across the fediverse while remaining on their home instance. I would really like that as well.

2
Shadowreply
lemmy.ca

It's just a convenience service. Your original url is right there in the path if it were to go down, and it's open source if you want to run your own.

There's no other way currently to do it

3

«Your original url is right there in the path if it were to go down» But how it's supposed to help one, to see the original URL? It will help only if the content is archived in some way. If remote lemmy server will go down. Then content will became unavailable, even If I install a local copy of that redirecting engine.

1
Shadowreply
lemmy.ca

The point is that it redirects you to the post on your personal interest.

You can also paste that into the search of any lemmy instance to find it, if they mirrored it

1

You can also paste that into the search of any lemmy instance to find it, if they mirrored it

Yes, this works. But I don't understand how. The question is - will it work, if remote instance went down?

1
Shadowreply
lemmy.ca

Once a user on the remote instance subscribes, all posts are replicated over as they're made. Not at the the time of request.

1
lemmy.ml

My man is just checking to see if you’re rfc952 complaint.

Only hostname I ever seen with a glottal stop

You know ai out here registering domains bc it tried to put an em dash

1
Aaryreply
lemmy.ml

I enter xn--e1aghfa.xn--e1aqbccjfc.xn--p1acf into the field of https://lemmyverse.link/ when it asks my home. But the site doesn't accept that perfectly RFC952 compliant name

2

An additional problem - the site https://lemmyverse.link/ is available only partially (requires VPN to work).

So my new idea is to deploy
https://github.com/RikudouSage/lemmyverse.link
into my website locally, and give 2 links - the relative (via local redirector) and the direct one (as a fallback).

the relative link on forein server will became broken, until they also install such redirector into the same path.

After that the link will always lead to local server and redirect to preferred server of user.

1

You reached the end