Skip to content

Commit e45994d

Browse files
committed
docs(redecryptor): Clarify that we're talking about the UI timeline in the graph
1 parent 2e9e9ae commit e45994d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
//! received and R2D2 won't get notified about it. To work around this
4747
//! decryption requests can be explicitly sent to R2D2.
4848
//!
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+
//!
4953
//! ```markdown
5054
//!
5155
//! .----------------------.

0 commit comments

Comments
 (0)