We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/xmtp/xmtp-js/blob/main/packages/js-sdk/src/Contacts.ts#L332 the addresses set is not used at all and thus when retrieving the contacts list you only get an empty set. the
Update the address set according the consent management behavior.
/** * @dev Get client contacts * @returns set of string contacts addresses */ private _getContacts(): Set<string> { return this.client.contacts.addresses }
Result
Set(0) {}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In https://github.com/xmtp/xmtp-js/blob/main/packages/js-sdk/src/Contacts.ts#L332 the addresses set is not used at all and thus when retrieving the contacts list you only get an empty set. the
Expected behavior
Update the address set according the consent management behavior.
Steps to reproduce the bug
Result
The text was updated successfully, but these errors were encountered: