mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix formatting of warning
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
parent
77b2879602
commit
0b741e3c87
|
|
@ -1368,14 +1368,14 @@ The `session_data` field in the backups is constructed as follows:
|
|||
The first 8 bytes of the resulting MAC are base64-encoded, and become the
|
||||
`mac` property of the `session_data`.
|
||||
|
||||
{{% boxes/warning %}}
|
||||
This was intended to pass the raw encrypted data, but due to a bug in
|
||||
libolm, all implementations have since passed an empty string instead.
|
||||
{{% boxes/warning %}}
|
||||
Step 5 was intended to pass the raw encrypted data, but due to a bug in libolm,
|
||||
all implementations have since passed an empty string instead.
|
||||
|
||||
Future versions of the spec will fix this problem. See
|
||||
[MSC4048](https://github.com/matrix-org/matrix-spec-proposals/pull/4048)
|
||||
for a potential new key backup algorithm version that would fix this issue.
|
||||
{{% /boxes/warning %}}
|
||||
Future versions of the spec will fix this problem. See
|
||||
[MSC4048](https://github.com/matrix-org/matrix-spec-proposals/pull/4048) for a
|
||||
potential new key backup algorithm version that would fix this issue.
|
||||
{{% /boxes/warning %}}
|
||||
|
||||
{{% definition path="api/client-server/definitions/key_backup_session_data" %}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue