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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[multi-device] Fix pubkey validation #426

Merged
merged 1 commit into from Aug 23, 2019

Conversation

sachaaaaa
Copy link

The validation of the pubkey (as a hex string) currently calls conversationController.getOrCreateAndWait which actually saves the conversation to the database 馃槺 regardless of whether the string was a valid pubkey or not.
The goal here is obviously to save the conversation to database after the validation succeeded.

Copy link

@Mikunj Mikunj left a comment

Choose a reason for hiding this comment

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

Easy 馃憤

@sachaaaaa sachaaaaa merged commit 33d789b into oxen-io:multi-device Aug 23, 2019
@sachaaaaa sachaaaaa deleted the pubKeyValidation branch August 23, 2019 06:26
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.

None yet

3 participants