require megolm algorithm in m.room.encryption
This commit is contained in:
parent
eb8ea0e85a
commit
6c44233c42
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue