Skip to content

Commit 62cfc8c

Browse files
committed
m.message->m.room.message; fixes #2761
1 parent d323738 commit 62cfc8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/modules/end_to_end_encryption.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,15 +270,15 @@ either ``m.file`` as the msgtype, or the appropriate msgtype for the file
270270
type. The key is sent using the `JSON Web Key`_ format, with a `W3C
271271
extension`_.
272272

273-
.. anchor for link from m.message api spec
273+
.. anchor for link from m.room.message api spec
274274
.. |encrypted_files| replace:: End-to-end encryption
275275
.. _encrypted_files:
276276

277-
Extensions to ``m.message`` msgtypes
277+
Extensions to ``m.room.message`` msgtypes
278278
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
279279

280280
This module adds ``file`` and ``thumbnail_file`` properties, of type
281-
``EncryptedFile``, to ``m.message`` msgtypes that reference files, such as
281+
``EncryptedFile``, to ``m.room.message`` msgtypes that reference files, such as
282282
`m.file`_ and `m.image`_, replacing the ``url`` and ``thumbnail_url``
283283
properties.
284284

0 commit comments

Comments
 (0)