Skip to content

Commit b010c02

Browse files
committed
fixup! crypto: add received room key bundles to store changes list
1 parent 3b08731 commit b010c02

File tree

1 file changed

+3
-1
lines changed
  • crates/matrix-sdk-crypto/src/store

1 file changed

+3
-1
lines changed

crates/matrix-sdk-crypto/src/store/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,9 @@ pub struct Changes {
548548
pub received_room_key_bundles: Vec<StoredRoomKeyBundleData>,
549549
}
550550

551-
/// Information about an MSC4268 room key bundle.
551+
/// Information about an [MSC4268] room key bundle.
552+
///
553+
/// [MSC4268]: https://github.com/matrix-org/matrix-spec-proposals/pull/4268
552554
#[derive(Clone, Debug, Serialize, Deserialize)]
553555
pub struct StoredRoomKeyBundleData {
554556
/// The user that sent us this data.

0 commit comments

Comments
 (0)