From 21888b554285c1dd58d6288d34a5f5cf67fdfd7b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 18 Oct 2016 16:05:17 +0100 Subject: [PATCH] e2e guide: formatting tweaks --- supporting-docs/guides/2016-10-18-e2e_implementation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/supporting-docs/guides/2016-10-18-e2e_implementation.rst b/supporting-docs/guides/2016-10-18-e2e_implementation.rst index 79ff5109b..c89d558cf 100644 --- a/supporting-docs/guides/2016-10-18-e2e_implementation.rst +++ b/supporting-docs/guides/2016-10-18-e2e_implementation.rst @@ -6,6 +6,8 @@ support for end-to-end encryption. It is highly recommended that readers be familiar with the Matrix protocol and the use of access tokens before proceeding. +.. contents:: + The libolm library ------------------ @@ -608,8 +610,8 @@ relevant user's devices (using the wildcard ``*`` in place of the ``device_id``) via ``PUT /_matrix/client/unstable/sendToDevice/m.new_device/.`` -Handling an m.new_device event -------------------------------- +Handling an ``m.new_device`` event +---------------------------------- As with ``m.room_key`` events, these will appear in the ``to_device`` section of the ``/sync`` response.