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:
|
||||
algorithm:
|
||||
type: string
|
||||
enum:
|
||||
- "m.megolm.v1.aes-sha2"
|
||||
description: |-
|
||||
The encryption algorithm to be used to encrypt messages sent in this
|
||||
room. For example, ``m.megolm.v1.aes-sha2``.
|
||||
room.
|
||||
rotation_period_ms:
|
||||
type: integer
|
||||
description: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue