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 3b08731 commit b010c02Copy full SHA for b010c02
crates/matrix-sdk-crypto/src/store/mod.rs
@@ -548,7 +548,9 @@ pub struct Changes {
548
pub received_room_key_bundles: Vec<StoredRoomKeyBundleData>,
549
}
550
551
-/// Information about an MSC4268 room key bundle.
+/// Information about an [MSC4268] room key bundle.
552
+///
553
+/// [MSC4268]: https://github.com/matrix-org/matrix-spec-proposals/pull/4268
554
#[derive(Clone, Debug, Serialize, Deserialize)]
555
pub struct StoredRoomKeyBundleData {
556
/// The user that sent us this data.
0 commit comments