xmtp / xmtp-react-native

A package you can use to build with XMTP in a React Native or Expo app.
MIT License
35 stars 14 forks source link

Feature request: Add consent method on Group #392

Closed alexrisch closed 1 month ago

alexrisch commented 1 month ago

Is your feature request related to a problem?

Would like a way to check if a group is allowed/denied on the group object

group.isAllowed()
group.isDenied
group.consentState()

Describe the solution to the problem

No response

Describe the uses cases for the feature

No response

Additional details

No response