require megolm algorithm in m.room.encryption

pull/977/head
Valentin Deniaud 6 years ago
parent eb8ea0e85a
commit 6c44233c42

@ -7,9 +7,11 @@ properties:
properties: properties:
algorithm: algorithm:
type: string type: string
enum:
- "m.megolm.v1.aes-sha2"
description: |- description: |-
The encryption algorithm to be used to encrypt messages sent in this The encryption algorithm to be used to encrypt messages sent in this
room. For example, ``m.megolm.v1.aes-sha2``. room.
rotation_period_ms: rotation_period_ms:
type: integer type: integer
description: |- description: |-

Loading…
Cancel
Save