Skip to content

Commit a011c8a

Browse files
committed
docs(redecryptor): More clarifying
1 parent e45994d commit a011c8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,9 @@ impl Redecryptor {
692692
// We missed some room keys, we need to report this in case a listener
693693
// has and idea which UTDs we should attempt to redecrypt.
694694
//
695-
// This would most likely be the timeline. The timeline might attempt
696-
// 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.
697698
let Some(cache) = Self::upgrade_event_cache(cache) else {
698699
break false;
699700
};

0 commit comments

Comments
 (0)