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 60ed367 commit a18f90bCopy full SHA for a18f90b
crates/matrix-sdk-crypto/src/machine.rs
@@ -4102,7 +4102,7 @@ pub(crate) mod tests {
4102
"sender_claimed_keys": {
4103
"ed25519": "F4P7f1Z0RjbiZMgHk1xBCG3KC4/Ng9PmxLJ4hQ13sHA"
4104
},
4105
- "forwarding_curve25519_key_chain": ["DBPC2zr6c9qimo9YRFK3RVr0Two/I6ODb9mbsToZN3Q", "bBc/qzZFOOKshMMT+i4gjS/gWPDoKfGmETs9yfw9430"]
+ "forwarding_curve25519_key_chain": []
4106
});
4107
4108
let backed_up_room_key: BackedUpRoomKey = serde_json::from_value(data).unwrap();
0 commit comments