Compare commits

..

1 commit

Author SHA1 Message Date
gewitternacht d1920f840c
Merge 02ce04f083 into 4c2bb5aae1 2026-07-20 11:10:41 +02:00

View file

@ -1908,9 +1908,7 @@ 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. (See [Room event format](#room-event-format).) of `m.room.encrypted`) and a `sender` property. In `content`, `ciphertext`
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: