this post was submitted on 31 Jul 2023
199 points (93.8% liked)
Fediverse
28216 readers
231 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I get irritated when browsing and a message is on another server and it asks me to log in again. Starting to make me mad.
Im new, what do you mean by message being on another server? Do you mean a post?
Suppose someone sent you a lemmy link like this:
lemmy.example.com/post/12345
.Now, you have an account on another instance called
lemmy.test
, also logged in and want to comment. But opening the original linklemmy.example.com/post/12345
still treats you as being unlogged, because it looks logins fromlemmy.example.com
, notlemmy.test
or any other federated instances.The solution, for now, is to use the search* function from your instance (
lemmy.test
) by pasting the original link (lemmy.example.com/post/12345
). That gives you a URL that's compatible with your login inside your own instance:lemmy.test/post/98765
.You can do this (or rather, have to do this) with communities or user links too.
I heard there are browser extensions doing this automatically, but haven't tried. Mobile apps should have better support.
* Edit: I remember being able to do this but now its not working. Perhaps something changed? I recommend using browser extensions or mobile apps that should take care of this automatically.
Edit 2: I realized how to obtain the actual working link.
Thanks for the detailed reply :)
I don't think that's technically possible, or it would require a substantial effort. Comments and posts are stored with an instance-specific ID. There is no nice way to determine if this ID matches an ID on another instance.
I would be very happy to learn I'm wrong on this one. So if anyone knows a solution, please let me know.
This is the one I've seen https://github.com/cynber/lemmy-instance-assistant
Yes