Skip to content

Commit

Permalink
fixup! feat(crypto) Support Verified and VerificationViolation update…
Browse files Browse the repository at this point in the history
…s in IdentityStatusChanges streams
  • Loading branch information
andybalaam committed Oct 22, 2024
1 parent e0989dd commit cb10890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/matrix-sdk/src/room/identity_status_changes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,8 @@ mod tests {
pub(super) async fn verify_with(
&self,
key_query: KeyQueryResponse,
msk: serde_json::Value,
ssk: serde_json::Value,
master_signing_key: serde_json::Value,
self_signing_key: serde_json::Value,
) {
// Make sure the requested identity is set
self.change_identity(key_query).await;
Expand Down Expand Up @@ -753,8 +753,8 @@ mod tests {
my_identity,
my_user_id,
self.user_id(),
msk,
ssk,
master_signing_key,
self_signing_key,
);

// Receive the response into our client
Expand Down

0 comments on commit cb10890

Please sign in to comment.