-
-
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
Element R: Bump matrix-rust-sdk-crypto-wasm to version 4.0.0 #4021
Conversation
src/rust-crypto/rust-crypto.ts
Outdated
await this.outgoingRequestProcessor.makeOutgoingRequest(request); | ||
} | ||
// rust layer will take ownership of rustTrackedUser and drops it from the JS side. |
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.
Not sure this is helpful?
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.
removed
src/rust-crypto/rust-crypto.ts
Outdated
const userIdentity = await this.olmMachine.getIdentity(rustTrackedUser); | ||
userIdentity?.free(); |
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.
This is still required, I think
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.
added back
Co-authored-by: Richard van der Hoff <[email protected]>
Co-authored-by: Richard van der Hoff <[email protected]>
….com/matrix-org/matrix-js-sdk into valere/element-r/bump_bindings_4.0.0
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.
lgtm
Fixes element-hq/element-web#26900, element-hq/element-web#26714 and part of element-hq/element-web#26774
init_from_store
renamed asinitFromStore
Side effects of matrix-org/matrix-rust-sdk-crypto-wasm#82
Impacted Methods
shareRoomKeys
- Udpated (RoomEncryptor)queryKeysForUsers
- Updated (userHasCrossSigningKeys
)getMissingSessions
- Updated (KeyClaimManager))updateTrackedUsers
- Usage was finemigrateOlmSession
- no changes usage is finemigrateMegolmSession
- no changes usage is fineDeviceList
constructor - no changes usage is finerequestKeyVerification
,verificationRequestContent
,acceptWithMethod
- Ok because is just an intThis change is marked as an internal change (Task), so will not be included in the changelog.