-
Notifications
You must be signed in to change notification settings - Fork 71
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
Get type checking from OlmMachine.shareRoomKey #338
Open
AndrewFerr
wants to merge
8
commits into
turt2live:main
Choose a base branch
from
element-hq:af/to-device-request-use-object
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Get type checking from OlmMachine.shareRoomKey #338
AndrewFerr
wants to merge
8
commits into
turt2live:main
from
element-hq:af/to-device-request-use-object
Commits on Aug 1, 2023
-
Remove Sled crypto store, use SQLite by default
on account of it being removed from the crypto-sdk
Configuration menu - View commit details
-
Copy full SHA for 8c7c2ae - Browse repository at this point
Copy the full SHA 8c7c2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e306a8 - Browse repository at this point
Copy the full SHA 8e306a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb9572 - Browse repository at this point
Copy the full SHA 6eb9572View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73a38c1 - Browse repository at this point
Copy the full SHA 73a38c1View commit details -
Pull to-device event list out of returned tuple
OlmMachine.receiveSyncChanges returns an array of [device messages, room key changes], so emit "to_device.decrypted" with that instead of the entire array. Fixes regression introduced by turt2live#287.
Configuration menu - View commit details
-
Copy full SHA for fef0d54 - Browse repository at this point
Copy the full SHA fef0d54View commit details -
Log when OlmMachine returns unexpected value
Also condense the validity checks on the returned value
Configuration menu - View commit details
-
Copy full SHA for 974771b - Browse repository at this point
Copy the full SHA 974771bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d87f7d8 - Browse repository at this point
Copy the full SHA d87f7d8View commit details
Commits on Aug 11, 2023
-
Get type checking from OlmMachine.shareRoomKey
Update the rust-sdk bindings to have access to type checking in the return value of OlmMachine.shareRoomKey, which now returns an array of ToDeviceRequest objects instead of a JSON encoding of the whole array.
Configuration menu - View commit details
-
Copy full SHA for ac1fe44 - Browse repository at this point
Copy the full SHA ac1fe44View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.