Matrix encryption keys don’t need other people online - they get queued up as messages for each device you have.
Comment on What is the current state of Matrix?
suzune@ani.social 6 days agoIf 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.
JadedBlueEyes@programming.dev 4 days ago
suzune@ani.social 2 days ago
matrix.org/docs/…/end-to-end-encryption/
Key sharing When an event cannot be decrypted due to missing keys, a client may want to request them from other clients which may have them.
JadedBlueEyes@programming.dev 22 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.
WhyJiffie@sh.itjust.works 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.