242
why can't we have federated identity ?
(lemmy.world)
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!
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
I'm commenting mainly as a reminder to myself to check back later if someone comes in with a correction.
That said, the answer to this in the long term should be for the front ends (Lemmy UI, Jerboa, Sync for Lemmy, etc.) to be smart about this. My Mastodon app, Megalodon, does it. If you click a link to a post in another instance, it automatically looks up the same post from your instance and takes you there. It's a little slower (and Megalodon shows you a button to short-circuit it and just go to that URL if you don't care to be on your instance), but it lets you interact with the post as normal.
Even at the most basic level it is broken - at the bottom of your comment is a "context" button with the fediverse symbol. If I click on it, it won't take me to the comment on my instance (lemmy.world) but instead is an absolute link to the comment on your instance (Aussie.world) even though the community lives on lemmy.world.
I love lemmy, and I think it has a bright future, but this fundamental problem really needs to be fixed.
You're probably looking at the rainbow pentagon button, which behaves as you describe. There's also a kind of chain link button. That one should take you to the context within your own instance. At least on web that's how it works. Different apps may display differently.
The tooltip doesn't help either - both links only have a tooltip that just says
link
... IMHO it should beLink to this comment on CURRENT_INSTANCE_DOMAIN
for the chain icon thing, andLink to this comment on COMMENTER_INSTANCE
for the rainbow thing.Anyway, the issue about this messy behavior described by @cerevant@lemmy.world is here https://github.com/LemmyNet/lemmy-ui/issues/1048
Oh good, it should be coming in 0.18.2. Nice.