Not entirely sure how possible this is, but it’s a pretty large pitfall I just discovered. If someone links a thread in a comment and I click it, my browser will open the thread in their instance, not mine. Therefore, if I want to interact with the post they linked, I have to copy it, paste it into my instance’s search bar, find the same post, and then open it. Unfortunately that’s a pretty far cry from the convenience of just clicking a link.

This is something we need to figure out, it shouldn’t be too complicated for instances to rewrite links and open the content “locally”. The option should also be a user configurable preference, and perhaps have an override method available. For example, hovering over the link will show a context menu with the option to open the post in it’s original instance (in the event your instance isn’t federated with it or you want to see it in the other instance for whatever reason).

  • tchambers@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    In the mastodon space, folks are figuring out this exact same issue. For that space my team wrote about 100 lines of javascript code that made it far better. If you click on a remote link, it asks you ONCE what your home server is. And after that the JS automatically writes all URL’s to funnel you back to your home server to interact with them. Can share that if folks want maybe it could be adapted.

    • IntlLawGnome@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Yeah, I was just thinking I have a browser extension that accomplishes this for Mastodon as well. I wonder if something similar could be thrown together quickly and easily for kbin.