Skip to content

Commit 7d67b90

Browse files
committed
fixup! refactor(timeline): Make RoomDataProvider provide Decryptor to simplify redecryption
Fix partial comment
1 parent 911602f commit 7d67b90

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-ui/src/timeline/tests

1 file changed

+1
-1
lines changed

crates/matrix-sdk-ui/src/timeline/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ struct TestRoomDataProvider {
273273
/// encrypt events.
274274
pub encryption_info: HashMap<String, Arc<EncryptionInfo>>,
275275

276-
/// If we are going to do event decryption, the decryptor that provides
276+
/// If we are going to do event decryption, the decryptor that does it.
277277
pub decryptor: Option<TestDecryptor>,
278278
}
279279

0 commit comments

Comments
 (0)