From 62cfc8c4728657398504ae14a3b254c63a4a3025 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 10 Oct 2020 15:08:29 +0100 Subject: [PATCH] m.message->m.room.message; fixes #2761 --- specification/modules/end_to_end_encryption.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index 0e57636f..63c1e0d1 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -270,15 +270,15 @@ either ``m.file`` as the msgtype, or the appropriate msgtype for the file type. The key is sent using the `JSON Web Key`_ format, with a `W3C extension`_. -.. anchor for link from m.message api spec +.. anchor for link from m.room.message api spec .. |encrypted_files| replace:: End-to-end encryption .. _encrypted_files: -Extensions to ``m.message`` msgtypes +Extensions to ``m.room.message`` msgtypes <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< This module adds ``file`` and ``thumbnail_file`` properties, of type -``EncryptedFile``, to ``m.message`` msgtypes that reference files, such as +``EncryptedFile``, to ``m.room.message`` msgtypes that reference files, such as `m.file`_ and `m.image`_, replacing the ``url`` and ``thumbnail_url`` properties.