Why can’t we have federated identity to login into fediverse instead of creating login for each instance?

  • Zagorath
    link
    fedilink
    English
    221 year ago

    there is no way to link a post or comment that is instance relative / instance independent

    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.

    • @cerevant@lemmy.world
      link
      fedilink
      English
      151 year ago

      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.

      • Zagorath
        link
        fedilink
        English
        131 year ago

        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.

        • @vegetaaaaaaa@lemmy.world
          link
          fedilink
          English
          81 year ago

          The tooltip doesn’t help either - both links only have a tooltip that just says link… IMHO it should be Link to this comment on CURRENT_INSTANCE_DOMAIN for the chain icon thing, and Link 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