Link to Megolm session sharing/export format in more places.

This commit is contained in:
Denis Kasak 2022-05-26 16:02:52 +02:00
parent 8007f07ede
commit ed89f4cbae
2 changed files with 5 additions and 3 deletions

View file

@ -22,10 +22,11 @@ properties:
The Curve25519 key of the device which initiated the session originally.
session_id:
type: string
description: The ID of the session that the key is for.
description: The ID of the Megolm session that the key is for.
session_key:
type: string
description: The key to be exchanged.
description: The Megolm key to be exchanged, in [session export
format](https://gitlab.matrix.org/matrix-org/olm/blob/master/docs/megolm.md#session-export-format).
sender_claimed_ed25519_key:
type: string
description: |-

View file

@ -21,7 +21,8 @@ properties:
description: The ID of the session that the key is for.
session_key:
type: string
description: The key to be exchanged.
description: The Megolm key to be exchanged, in [session sharing
format](https://gitlab.matrix.org/matrix-org/olm/blob/master/docs/megolm.md#session-sharing-format).
required:
- algorithm
- room_id