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: group.topic incorrectly returns same value as group.id #356

Closed bwcDvorak closed 2 months ago

bwcDvorak commented 2 months ago

Describe the bug

group.topic returns the group id (same value as group.id) but messages in the group have message.topic = /xmtp/mls/1/g-/proto , I would expect group.topic to have that same value

Expected behavior

group.topic returns the same value as message.topic does for the messages in that group: /xmtp/mls/1/g-<GROUP-ID>/proto

Steps to reproduce the bug

No response