xmtp / libxmtp

MIT License
33 stars 13 forks source link

Remove the default New Group name #818

Closed nplasterer closed 4 weeks ago

nplasterer commented 4 weeks ago

Fixes https://github.com/xmtp/libxmtp/issues/816

Set the group name to an empty string by default so it's easier to see if a group name has been set or not.

From proto3 documentation In proto3, if a string field is not set, it defaults to an empty string. You don't need to explicitly mark a string as optional because all fields can be unset.