mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
task(architecture): address typo in architecture.md file about EncryptionSyncService
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user