mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 13:54:10 +02:00
Remove unused algorithms for encrypted messages
This commit is contained in:
parent
438f5825ae
commit
72de8bec5c
|
|
@ -13,9 +13,7 @@ properties:
|
||||||
algorithm:
|
algorithm:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- m.olm.curve25519-aes-sha256
|
|
||||||
- m.olm.v1.curve25519-aes-sha2
|
- m.olm.v1.curve25519-aes-sha2
|
||||||
- m.megolm.v1.aes-sha
|
|
||||||
- m.megolm.v1.aes-sha2
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue