-
Notifications
You must be signed in to change notification settings - Fork 3
Add missing kyber keys #267
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
Conversation
src/drive/users/types.ts
Outdated
|
|
||
| export type PreCreateUserResponse = { | ||
| publicKey: string; | ||
| publicKyberKey: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can make this parameter optional for now. Wdyt? @sg-gs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, as long as the backend is not offering it for sure we need to reflect the reality of the types
Add Kyber keys to:
And update version to 1.9.2