xmtp / libxmtp

LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
41 stars 17 forks source link

Adds test for group members function for non group creator client #794

Closed cameronvoell closed 4 months ago

cameronvoell commented 4 months ago

Adds a test for #769

Cherry-picked commits from https://github.com/xmtp/libxmtp/pull/768, which was targeting a branch that got squashed into main. Also removed some unwraps.

769 looks like it was indeed fixed by https://github.com/xmtp/libxmtp/pull/781. Seems like a good idea to add the test so any breaks will be caught in the future.