Prepare to remove "vc-contact-confirm-received", "vg-member-added-received" messages from Securejoin

protocol
This commit is contained in:
iequidoo
2023-01-06 15:54:56 -03:00
committed by iequidoo
parent 8dc6ff268d
commit 5f883a4445
5 changed files with 25 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ pub enum EventType {
/// @param data2 (int) Progress as:
/// 300=vg-/vc-request received, typically shown as "bob@addr joins".
/// 600=vg-/vc-request-with-auth received, vg-member-added/vc-contact-confirm sent, typically shown as "bob@addr verified".
/// 800=vg-member-added-received received, shown as "bob@addr securely joined GROUP", only sent for the verified-group-protocol.
/// 800=contact added to chat, shown as "bob@addr securely joined GROUP". Only for the verified-group-protocol.
/// 1000=Protocol finished for this contact.
SecurejoinInviterProgress {
contact_id: ContactId,