-
Notifications
You must be signed in to change notification settings - Fork 127
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
Latest changes for thirdroom/dev #1091
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…te store This will make it easier to sign and verify signatures with these keys, as the signed value needs to have the same layout when signing and for every verification.
In order to sign and verify signatures of design keys, we need to have them in the format as they are uploaded and downloaded from the homeserver. So, like the cross-signing keys, we store them in locally in the same format to avoid constant convertions. I also renamed deviceIdentities to deviceKeys, analogue to crossSigningKeys. In order to prevent mistakes in this refactor, I also converted DeviceTracker to typescript.
as it ends up in the value we're signing and uploading, corrupting the signature
as this field also reflects the tracking status of the cross-signing keys for a given user.
…ethod-without-filter expose method on BlobHandle to create a handle without mimetype filtering
Add "Copy `matrix.to` permalink" message action
Update code in RoomEncryption to use device_id and user_id
Update SDK documentation to reflect latest code changes
Example: `Wednesday, November 16, 2022`
Fix large log files generated when calls are used
Add workflow file for publishing sdk package
Fix broken sdk when used without encryption
…g-dates-in-date-headers Accommodate long dates in sticky date headers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
exports submitLogsToRageshakeServer and fix for groupCall member connecton issue