mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-05 07:27:52 +02:00
Compare commits
2 commits
d1920f840c
...
8af492b135
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8af492b135 | ||
|
|
ba16c23c52 |
|
|
@ -1908,7 +1908,9 @@ The content of an [`m.room.encrypted`](#mroomencrypted) event using Megolm has t
|
||||||
```
|
```
|
||||||
Note that when the event is received from the server, it will have additional
|
Note that when the event is received from the server, it will have additional
|
||||||
properties alongside the `content` property, including a `type` (with a value
|
properties alongside the `content` property, including a `type` (with a value
|
||||||
of `m.room.encrypted`) and a `sender` property. In `content`, `ciphertext`
|
of `m.room.encrypted`) and a `sender` property. (See [Room event format](#room-event-format).)
|
||||||
|
|
||||||
|
Within `content`, `ciphertext`
|
||||||
is a Base64-encoded [Megolm message](/olm-megolm/megolm/#message-format),
|
is a Base64-encoded [Megolm message](/olm-megolm/megolm/#message-format),
|
||||||
whose plaintext body is of the form:
|
whose plaintext body is of the form:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue