this post was submitted on 24 Jun 2023
75 points (96.3% liked)

Asklemmy

43381 readers
2084 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

For example, this comment links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.

It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.

Does this make sense?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 24 points 1 year ago* (last edited 1 year ago) (1 children)

For communities or users many clients (including the default web ui) understand relative links, like [[email protected]](/c/[email protected]) or [@[email protected]](/u/[email protected]). The problem with these is that if instance the person reading your messages is on doesn't know that user/community (because no one is locally subscribed to it or there have been no actions seen by that user) you will get an ugly 404 page with the only remedy being to perform a search for that unknown user/community/whatever manually. I think this issue is being worked on to make things more seamless, but IDK when this experience will be improved.

There is also technically no guarantee that any instance will keep track of non-local objects perpetually, so the "canonical" location of a thing is generally on the server that the user is based on. Posts and comments are referenced by a sequential ID that is different on every instance, so... yeah.

Technically there is a unique ID for every object sent through ActivityPub, so those may be linkable in the future with a similar scheme such as /post/[email protected] or something uglier like /post/https%3A%2F%2Flemm.ee%2Fpost%2F288327 depending on compatibility needs (as the IDs in ActivityPub are all full URLs to the source object)

[โ€“] OtakuAltair 1 points 1 year ago (1 children)

[email protected] links to instance.url/c/community for me instead of /c/[email protected] in the web ui for some reason...

Like [email protected] links to lemmy.ml/c/asklemmy instead of /c/[email protected]

[โ€“] [email protected] 1 points 1 year ago

If you hit the "view source" button (that looks like a page with lines on it in the web UI for me) you will see that the link in your post is a direct link to that community on lemmy.ml ([[email protected]](https://lemmy.ml/c/asklemmy)) not a relative link that should have the intended behavior ([[email protected]](/c/[email protected]))