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

Bug: Allow Group Name to be undefined #816

Closed nplasterer closed 3 months ago

nplasterer commented 3 months ago

Kotlin and swift do not support optionals in proto see: https://github.com/protocolbuffers/protobuf/issues/11790#issuecomment-1416495361

But they have fields to check if a field is defined our not. Lets change the code to optional for name.