Skip to content

Commit 82c7865

Browse files
committed
doc: Document that the redecryptor sends reports out
1 parent 2cfd85f commit 82c7865

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

crates/matrix-sdk/src/event_cache/redecryptor.rs

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,23 @@
3030
//! and Rd won't get notified about it. To work around this decryption requests
3131
//! can be explicitly sent to Rd.
3232
//!
33+
//!
3334
//! ┌─────────────┐
3435
//! │ │
35-
//! ┌───────────┤ Timeline │
36-
//! │ │ │
37-
//! │ └─────▲───────┘
38-
//! │ │
39-
//! │ │
40-
//! │ │
41-
//! Decryption │
42-
//! request │
43-
//! │ RoomEventCacheUpdates
44-
//! │ │
45-
//! │ │
46-
//! │ ┌──────────┴────────────┐
47-
//! │ │ │
48-
//! └──────► Redecryptor │
36+
//! ┌───────────┤ Timeline │◄────────────┐
37+
//! │ │ │
38+
//! │ └─────▲───────┘
39+
//! │ │
40+
//! │ │
41+
//! │ │
42+
//! Decryption │ Redecryptor
43+
//! request │ report
44+
//! │ RoomEventCacheUpdates
45+
//! │ │
46+
//! │ │
47+
//! │ ┌──────────┴────────────┐
48+
//! │ │ │
49+
//! └──────► Redecryptor │────────┘
4950
//! │ │
5051
//! └───────────▲───────────┘
5152
//! │

0 commit comments

Comments
 (0)