-
Notifications
You must be signed in to change notification settings - Fork 4
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
Re-enable ownKeys.list and ownKeys.register #109
Conversation
return cb(null, [dmKeyInfo]) | ||
}) | ||
}, | ||
register (key) { |
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.
may be good to call it set .. as it's not just registering, but rather setting the one you will use
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.
yeah agree but i think there's so many breaking changes atm, i think it's better to do this at some later point
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Fixes #100