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 e45994d commit a011c8aCopy full SHA for a011c8a
crates/matrix-sdk/src/event_cache/redecryptor.rs
@@ -692,8 +692,9 @@ impl Redecryptor {
692
// We missed some room keys, we need to report this in case a listener
693
// has and idea which UTDs we should attempt to redecrypt.
694
//
695
- // This would most likely be the timeline. The timeline might attempt
696
- // to redecrypt all UTDs it is showing to the user.
+ // This would most likely be the timeline from the UI crate. The
+ // timeline might attempt to redecrypt all UTDs it is showing to the
697
+ // user.
698
let Some(cache) = Self::upgrade_event_cache(cache) else {
699
break false;
700
};
0 commit comments