Skip to content

Commit 917c46b

Browse files
committed
chore: Remove a stale TODO comment
1 parent b29886c commit 917c46b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/matrix-sdk/src/room/shared_room_history.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ pub(crate) async fn maybe_accept_key_bundle(room: &Room, inviter: &UserId) -> Re
128128
olm_machine.store().get_received_room_key_bundle_data(room.room_id(), inviter).await?
129129
else {
130130
// No bundle received (yet).
131-
// TODO: deal with the bundle arriving later (https://github.com/matrix-org/matrix-rust-sdk/issues/4926)
132-
// We need to check for all them bundles in the store when we create the client
133-
// object and we need to process them when they arrive.
134131
return Ok(());
135132
};
136133

0 commit comments

Comments
 (0)