Some years ago, I hosted my own matrix server for a few months. I’m an experienced self-hoster, but I remeber that Matrix was paticularly hard to host, requiring weird proxy rules, DNS adjustments, federation never worked reliably and push notifications never worked at all. I ditched the project soon because I also had no real use for it. However, I recently had some ideas where a Matrix server would be useful again. Has anyone attempted to install it recently and can tell me whether the situation has improved? Also, which server do you recommend? There still is synapse but I found it paticularly complicated to host. Dendrite is now archived and the current fork seems to be tuwunel which doesn’t seem to be under very active development.

  • Suzune@ani.social
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    6 days ago

    If users cannot do anything because all encryption keys are lost, then they need to know that and also how to avoid the situation in the future.

    I think it’s not a bug. It’s simply no one online who can share a decryption key.

    • WhyJiffie@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 days ago

      its often a bug, because the clients who have the keys don’t know they should retry sending.

      but also it’s all been fixed a year ago as I know. I don’t usually use dm rooms and public ones are not encrypted, so I wouldn’t know if I didn’t read about it.

    • Jade@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      Matrix encryption keys don’t need other people online - they get queued up as messages for each device you have.

        • Jade@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          11 hours ago

          That page seemed outdated, but: From further down that page:

          The recommended strategy is to share the keys automatically only to verified devices of the same user

          This is the same situation where the key backup is accessible - which is not described on that page, but it’s a key store of all the megolm keys. This is what is now generally used instead of that as it doesn’t require devices to be online and allows recovering keys if all devices are lost.