We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9e9ae commit e45994dCopy full SHA for e45994d
crates/matrix-sdk/src/event_cache/redecryptor.rs
@@ -46,6 +46,10 @@
46
//! received and R2D2 won't get notified about it. To work around this
47
//! decryption requests can be explicitly sent to R2D2.
48
//!
49
+//! In the graph bellow the Timeline block is meant to be the `Timeline` from
50
+//! the `matrix-sdk-ui` crate, but it could be any other listener that
51
+//! subscribes to [`RedecryptorReport`] stream.
52
+//!
53
//! ```markdown
54
55
//! .----------------------.
0 commit comments