From 9dd2d5ee3cfd2158ae76c01f3964e482d4454162 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 12 Nov 2024 16:08:19 +0100 Subject: [PATCH] task(architecture): address typo in architecture.md file about `EncryptionSyncService` --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 1510aea38..c3c10f1e6 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -76,7 +76,7 @@ implement encryption at rest can use those primitives. Very high-level primitives implementing the best practices and cutting-edge Matrix tech: -- `EncryptionService`: a specialized service running simplified sliding sync (MSC4186) for +- `EncryptionSyncService`: a specialized service running simplified sliding sync (MSC4186) for everything related to crypto and E2EE for the current `Client`. - `RoomListService`: a specialized service running simplified sliding sync (MSC4186) for retrieving the list of current rooms, and exposing its entries.