From e5956de7441b618bba104956781d2e73070271e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 Nov 2019 18:39:22 +0100 Subject: [PATCH] labs: Clarify that the event indexing feature supports E2EE search. --- docs/labs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs.md b/docs/labs.md index 1561021403..f7601078b5 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -50,7 +50,7 @@ That's it. Now should see your new counter under the header. Exposes a way to access all the integration managers known to Riot. This is an implementation of [MSC1957](https://github.com/matrix-org/matrix-doc/pull/1957). -## Event indexing or E2EE search support using Seshat (`feature_event_indexing`) +## Event indexing and E2EE search support using Seshat (`feature_event_indexing`) Adds support for search in E2E encrypted rooms. This enables an event indexer that downloads, stores, and indexes room messages for E2E encrypted rooms.