You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue covers the addition of an API to matrix-sdk-crypto which will create such a blob. We expect that the work of actually uploading the blob, and sharing the keys with other clients, will be handled separately (and is therefore tracked in another issue).
Our proposed solution to sharing encrypted room history on invite involves uploading all of the message keys for a given room to an encrypted media blob.
This issue covers the addition of an API to matrix-sdk-crypto which will create such a blob. We expect that the work of actually uploading the blob, and sharing the keys with other clients, will be handled separately (and is therefore tracked in another issue).
The format of this encrypted blob is to be determined by element-hq/element-meta#2688.
Part of element-hq/element-meta#2685.
The text was updated successfully, but these errors were encountered: