File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
crates/matrix-sdk/src/event_cache Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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//! .----------------------.
@@ -688,8 +692,9 @@ impl Redecryptor {
688692 // We missed some room keys, we need to report this in case a listener
689693 // has and idea which UTDs we should attempt to redecrypt.
690694 //
691- // This would most likely be the timeline. The timeline might attempt
692- // to redecrypt all UTDs it is showing to the user.
695+ // This would most likely be the timeline from the UI crate. The
696+ // timeline might attempt to redecrypt all UTDs it is showing to the
697+ // user.
693698 let Some ( cache) = Self :: upgrade_event_cache( cache) else {
694699 break false ;
695700 } ;
You can’t perform that action at this time.
0 commit comments