If you got the automatic updates on the bitwarden clients, they will show an empty vault if you are selfhosting vaultwarden.

It seems to be an accidental bug in the bitwarden clients that are assuming that they’re talking with official servers

It’s fixed with the latest release of the vaultwarden server that was published a few minutes ago

      • melroy@kbin.melroy.org
        link
        fedilink
        arrow-up
        4
        ·
        6 days ago

        Yah that’s possible. I just implemented telegram for now. But depending on the open api like matrix should work for sure as well. Has signal also an open client api?

        • Helix 🧬@feddit.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          The whole client is open source, but idk if you can simply call the API with a token for a linked device or something. Pretty sure Signal doesn’t want “chatbots” on their networks and it might be against ToS.

          • melroy@kbin.melroy.org
            link
            fedilink
            arrow-up
            1
            ·
            17 hours ago

            uhm… yeah I need to look into that. with Telegram, I needed to register a special “telegram app token” and on top of that you still need to login with your own credentials. But I’m just using the official tdlib for that.

    • Wispy2891@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 days ago

      Very nice, I even considered using escargot to patch the old clients but then realized it’s not a great idea security wise

      • melroy@kbin.melroy.org
        link
        fedilink
        arrow-up
        2
        ·
        6 days ago

        Yeah escargot just doesn’t do it for me. I want to keep using the existing chat network I use daily. But just giving back the MSN vibes.

        I created it using gtk4. So it’s cross platform as well. Meaning Linux native. Which I also wanted.