xmtp / proto

Shared Protocol Buffers and their associated generated code
MIT License
17 stars 5 forks source link

fix: change inbox id to bytes #186

Closed nplasterer closed 4 months ago

nplasterer commented 4 months ago

🤦‍♀️ This should have been bytes instead of string.

37ng commented 4 months ago

the inbox_id in libxmtp is string, are they supposed to match?

nplasterer commented 4 months ago

Ahh okay oops that was my bad I thought it would be a bytearray like the groupId for some reason 😄