Skip to content

Conversation

link2xt
Copy link
Collaborator

@link2xt link2xt commented Sep 15, 2025

No description provided.

Previously we trusted Bob to send the correct vc- or vg- prefix.
UIs don't display a dialog with a progress bar anyway.
Inviter progress is for group if we added Bob to the group,
not if Bob sent us vg-request-with-auth.
@link2xt link2xt marked this pull request as ready for review September 15, 2025 19:10
@link2xt link2xt requested a review from Hocuri September 15, 2025 19:24
progress <= 1000,
"inviter_progress: contact {contact_id}, progress={progress}, but value in range 0..1000 expected with: 0=error, 1..999=progress, 1000=success."
progress == 0 || progress == 1000,
"inviter_progress: contact {contact_id}, progress={progress}, but value is not 0 (error) or 10000 (success)."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"inviter_progress: contact {contact_id}, progress={progress}, but value is not 0 (error) or 10000 (success)."
"inviter_progress: contact {contact_id}, progress={progress}, but value is not 0 (error) or 1000 (success)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants