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

make sure key requests get sent #850

Merged
merged 3 commits into from
Mar 5, 2019

Conversation

uhoreg
Copy link
Member

@uhoreg uhoreg commented Mar 4, 2019

Make sure that key requests get sent when they're requested, even if there was no key request before.

fixes element-hq/element-web#6838 (hopefully)

use sendRoomKeyRequest with a new resend flag, instead of cancelRoomKeyRequest,
when requesting keys, so that we make sure that we send a new request if there
is no previous request

fixes element-hq/element-web#6838
@uhoreg uhoreg requested a review from dbkr March 4, 2019 22:28
Copy link
Member

@dbkr dbkr left a comment

Choose a reason for hiding this comment

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

lgtm other than the linter wants more jsdoc

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.

Re-request keys does not work
2 participants