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

Feature request: Bridged Method for Lookup by Message Id #422

Closed alexrisch closed 1 week ago

alexrisch commented 2 weeks ago

Is your feature request related to a problem?

On the group object it could be nice to lookup by message Id If no message, then return undefined

Describe the solution to the problem

group.findMessageById(messageId: string): Promise<DecodedMessage>

Describe the uses cases for the feature

No response

Additional details

No response