File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
crates/matrix-sdk/src/event_cache Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 3030//! and Rd won't get notified about it. To work around this decryption requests
3131//! can be explicitly sent to Rd.
3232//!
33+ //!
3334//! ┌─────────────┐
3435//! │ │
35- //! ┌───────────┤ Timeline │
36- //! │ │ │
37- //! │ └─────▲───────┘
38- //! │ │
39- //! │ │
40- //! │ │
41- //! Decryption │
42- //! request │
43- //! │ RoomEventCacheUpdates
44- //! │ │
45- //! │ │
46- //! │ ┌──────────┴────────────┐
47- //! │ │ │
48- //! └──────► Redecryptor │
36+ //! ┌───────────┤ Timeline │◄────────────┐
37+ //! │ │ │ │
38+ //! │ └─────▲───────┘ │
39+ //! │ │ │
40+ //! │ │ │
41+ //! │ │ │
42+ //! Decryption │ Redecryptor
43+ //! request │ report
44+ //! │ RoomEventCacheUpdates │
45+ //! │ │ │
46+ //! │ │ │
47+ //! │ ┌──────────┴────────────┐ │
48+ //! │ │ │ │
49+ //! └──────► Redecryptor │────────┘
4950//! │ │
5051//! └───────────▲───────────┘
5152//! │
You can’t perform that action at this time.
0 commit comments