Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Make sure all user identity promises are eventually resolved #41

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

udan11
Copy link
Contributor

@udan11 udan11 commented Nov 19, 2020

getDebouncedUserIdentities used to resolve only the first returned
promise. It has been renamed to getDebouncedUserIdentity to simplify
the API and the logic behind it.

The green signature checkmark displayed in the UI is displayed only
after the verification process finishes. This did not happen because
the whole process was stuck waiting for the the promise returned by
getDebouncedUserIdentities to be resolved.

getDebouncedUserIdentities used to resolve only the first returned
promise. It has been renamed to getDebouncedUserIdentity to simplify
the API and the logic behind it.
@udan11 udan11 requested a review from ZogStriP November 19, 2020 12:20
@udan11 udan11 merged commit c1bacf0 into master Nov 19, 2020
@udan11 udan11 deleted the fix/promise branch November 19, 2020 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants