-
Notifications
You must be signed in to change notification settings - Fork 21
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 libxmtp - permissions and description field updates #434
Latest libxmtp - permissions and description field updates #434
Conversation
a062588
to
0bb8a1f
Compare
…ttps://github.com/xmtp/xmtp-react-native into cv/latest-libxmtp-permissions-description-updates
3c6b741
to
f4f45c4
Compare
example/ios/xmtpreactnativesdkexample.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
return mapOf( | ||
"clientAddress" to client.address, | ||
"id" to group.id.toHex(), | ||
"createdAt" to group.createdAt.time, | ||
"peerInboxIds" to group.peerInboxIds(), | ||
"version" to "GROUP", | ||
"topic" to group.topic, | ||
"permissionLevel" to permissionString, | ||
"permissionPolicySet" to permissionPolicySet, |
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.
I'm not sure this is still needed here since you no longer parse it on the group object?
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.
good call, this isnt being used anymore, removed here 1e5fcd5
🎉 This PR is included in version 1.34.0-beta.18 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Related PRs:
Android native module
iOS native module
RN library
See new test "can update group permissions" at the bottom: