From 24e36adbe3da45f35113d5712f9ee9fa71ccefb4 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 15 Oct 2015 16:09:11 +0100 Subject: [PATCH] Mention e2e encryption --- specification/modules/search.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/modules/search.rst b/specification/modules/search.rst index 9b88cc69..62c78e8f 100644 --- a/specification/modules/search.rst +++ b/specification/modules/search.rst @@ -30,6 +30,8 @@ The supported keys to search over are: - ``content.name`` in ``m.room.name`` - ``content.topic`` in ``m.room.topic`` +The search will *not* include rooms that are end to end encrypted. + Security considerations ----------------------- The server must only return results that the user has permission to see.