xmtp / xmtp-js

XMTP client SDKs for JavaScript applications.
https://xmtp.org/docs
210 stars 38 forks source link

Feature request: Add consent state management functions for group chats #643

Closed AlejoLovallo closed 1 month ago

AlejoLovallo commented 2 months ago

Is your feature request related to a problem?

JS-SDK does not support consent state management functions as Kotlin SDK for instance.

Describe the solution to the problem

Just add them where you have pre defined them:

pre-defined

Describe the uses cases for the feature

No response

Additional details

Reference from Kotlin SDK

https://github.com/xmtp/xmtp-android/blob/main/library/src/main/java/org/xmtp/android/library/Contacts.kt#L60

AlejoLovallo commented 1 month ago

awesome! thanks @rygine