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

Bug: Client.canMessage requires a dbEncryptionKey but it should probably not, #380

Closed nmalzieu closed 1 month ago

nmalzieu commented 2 months ago

Describe the bug

Client.canMessage can be called without being logged in, and probably without needing a local database, so having to fill a dbEncryptionKey is probably useless

Expected behavior

No response

Steps to reproduce the bug

No response

nplasterer commented 1 month ago

I don't think this is required anymore.