-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
We sometimes fail to decrypt events which arrive in the initialsync #2273
Comments
Two solutions to this occur to me:
|
We probably need to make it possible to decrypt events asynchronously anyway; this probably needs to go in the same bucket as #2303 . |
Hopefully fixed by matrix-org/matrix-react-sdk#556, modulo #2583 |
This got reintroduced by matrix-org/matrix-js-sdk#326 :/ |
richvdh
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Feb 9, 2017
Re-fixes element-hq/element-web#2273. And test it this time.
25 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is a big backlog of to_device events (more than 100), they get paginated, which means that we may end up seeing the room keys after the relevant messages, and thus failing to decrypt them until you refresh
The text was updated successfully, but these errors were encountered: