I still have many different accounts on matrix, lemmy, mastodon, etc. and although you may communicate somehow, it doesn’t work properly.

  • Display Name@lemmy.mlOP
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    Typo in title. It should be: “solve the problem”

    The pixelfed dev even wrote his own chat system instead of integrating matrix or xmpp

        • NightAuthor@lemmy.world
          link
          fedilink
          English
          arrow-up
          15
          ·
          1 year ago

          Hmmm… this is why I have like 15 lemmy apps on my phone. Every app is a random selection of features, and no app seems to do everything

          • Display Name@lemmy.mlOP
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            I did that as well. Last week I uninstalled infinity after thunder solved the profile loading lag. Appearantly it was too soon.

            • NightAuthor@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Unfortunately, at the moment, I’m running an iPhone. Have been for a few generations after my pixel 2 started giving me unfixable GPS issues while I was trying to do Uber/delivery work.

    • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Post titles can be edited after posting, at least on Lemmy

      Integrating something like Matrix is not an easy feat, there is a lot of heavy lifting being done in the background to make things easier for us users, like key generation, message signing, verifying logins etc. that another dev may not have the time or resources to implement. Lemmy partially solves this with a dedicated message button if you have a Matrix account linked

      • Re: matrix, there’s a lightweight Matrix client that you can embed by basically adding an HTML div and adding a script file to the page. You probably don’t need a full Element embed for basic messaging. In theory Lemmy could add a chat box relatively easily, but then instance admins would probably have to deal with configuring the right security headers and such to make this possible.