api: emit JoinerProgress(1000) event when Bob verifies Alice

This commit is contained in:
link2xt
2023-11-09 01:02:33 +00:00
parent 3e194969c0
commit fc09210aea
4 changed files with 7 additions and 3 deletions

View File

@@ -250,6 +250,7 @@ pub enum EventType {
/// Progress as:
/// 400=vg-/vc-request-with-auth sent, typically shown as "alice@addr verified, introducing myself."
/// (Bob has verified alice and waits until Alice does the same for him)
/// 1000=vg-member-added/vc-contact-confirm received
progress: usize,
},