mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Add more supported encryption algorithms to message events
This commit is contained in:
parent
17bdc0c740
commit
438f5825ae
|
|
@ -14,7 +14,9 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- m.olm.curve25519-aes-sha256
|
- m.olm.curve25519-aes-sha256
|
||||||
|
- m.olm.v1.curve25519-aes-sha2
|
||||||
- m.megolm.v1.aes-sha
|
- m.megolm.v1.aes-sha
|
||||||
|
- m.megolm.v1.aes-sha2
|
||||||
description: |-
|
description: |-
|
||||||
The encryption algorithm used to encrypt this event. The
|
The encryption algorithm used to encrypt this event. The
|
||||||
value of this field determines which other properties will be
|
value of this field determines which other properties will be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue