-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Improve #3215 implementation #3226
Improve #3215 implementation #3226
Conversation
8fbb149
to
8e5be5b
Compare
8e5be5b
to
bc413aa
Compare
I know it's still a draft, but could a summary of how you improved the key upload request in your description? |
…unt-unused-fallback-keys
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.
thank you! a few more things though.
209b47d
to
1ed4bf5
Compare
…unt-unused-fallback-keys
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.
thanks!
src/crypto/index.ts
Outdated
this.updateOneTimeKeyCount(oneTimeKeysCounts["signed_curve25519"] || 0); | ||
} | ||
|
||
if (unusedFallbackKeys) { | ||
if (unusedFallbackKeys !== undefined) { | ||
// If `unusedFallbackKeys` is truthy, that means `device_unused_fallback_key_types` |
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.
// If `unusedFallbackKeys` is truthy, that means `device_unused_fallback_key_types` | |
// If `unusedFallbackKeys` is defined, that means `device_unused_fallback_key_types` |
…me-key-count-unused-fallback-keys' into florianduros/tech/improve-one-time-key-count-unused-fallback-keys
…unt-unused-fallback-keys
Checklist
Following comments on #3215
Sliding sync change will be done in another PR.
This change is marked as an internal change (Task), so will not be included in the changelog.