mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 19:38:37 +01:00
require megolm algorithm in m.room.encryption
This commit is contained in:
parent
eb8ea0e85a
commit
6c44233c42
|
|
@ -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…
Reference in a new issue