feat(securejoin): do not create 1:1 chat on Alice's side until vc-request-with-auth

vc-request is an unencrypted message
that Bob sends when he does not have Alice's key.
It also does not contain
Bob's avatar and name,
so the contact has only the email address
at this point and it is too early
to show it.
This commit is contained in:
link2xt
2025-03-21 22:08:37 +00:00
committed by l
parent 6cb6daaab2
commit 1ebaa2a718
2 changed files with 6 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ async fn test_setup_contact_ex(case: SetupContactCase) {
.await
.unwrap()
.len(),
1
0
);
let sent = alice.pop_sent_msg().await;