Skip to content
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

Fix: Create from key bundle #247

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Fix: Create from key bundle #247

merged 3 commits into from
Feb 9, 2024

Conversation

nplasterer
Copy link
Contributor

We were just missing the flag for the check on mls enabled.

@nplasterer nplasterer self-assigned this Feb 9, 2024
@nplasterer nplasterer requested a review from a team as a code owner February 9, 2024 16:03
@nplasterer
Copy link
Contributor Author

Test pass.

Screenshot 2024-02-09 at 8 06 48 AM

@nplasterer nplasterer merged commit bdd1ffe into beta Feb 9, 2024
4 of 5 checks passed
@nplasterer nplasterer deleted the np/fix-from-bundle branch February 9, 2024 16:07
@@ -186,7 +186,8 @@ export class Client<ContentTypes> {
const address = await XMTPModule.createFromKeyBundle(
keyBundle,
options.env,
options.appVersion
options.appVersion,
Boolean(options.enableAlphaMls)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also needed for client.create :)

Copy link
Contributor

github-actions bot commented Feb 9, 2024

🎉 This PR is included in version 1.27.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

🎉 This PR is included in version 1.28.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

🎉 This PR is included in version 1.30.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

🎉 This PR is included in version 1.31.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants