We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current situation, based on https://cloud.cypress.io/projects/ppvnzg/runs/17700/overview:
null pointer passed to rust
RustCrypto.getCrossSigningStatus
DeviceListener
The text was updated successfully, but these errors were encountered:
As of https://cloud.cypress.io/projects/ppvnzg/runs/17774, the only tests failing are the read-receipts tests, presumably matrix-org/matrix-js-sdk#3684.
Sorry, something went wrong.
Now that matrix-org/matrix-js-sdk#3684 is fixed, this seems to be working 🎉
see /~https://github.com/matrix-org/matrix-js-sdk/actions/runs/6106756558 for example
richvdh
No branches or pull requests
Current situation, based on https://cloud.cypress.io/projects/ppvnzg/runs/17700/overview:
null pointer passed to rust
, despite Fix incompatibility of Soft Logout with Element-R matrix-org/matrix-react-sdk#11468. This is because the shutdown of the rust SDK caused by soft-logout is racing with other operations. I have PRs in progress to fix this (RustCrypto.getCrossSigningStatus
: check the client is not stopped matrix-org/matrix-js-sdk#3682, Improve error handling forDeviceListener
matrix-org/matrix-react-sdk#11484)The text was updated successfully, but these errors were encountered: