You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in xmtp/xmtp-react-native#34 - a React Native SDK user noticed only 100 messages are being pulled for a convo. This lines up with the code which appears to push pagination responsibilities to the consumer, but requiring them to use Date cutoffs.
The consumer mentioned .messages() without params would be expected to return all messages in the conversation. This is their perceived expected behavior.
Steps to reproduce the bug
No response
Resolution
Need to confirm whether or not this is still an issue on 0.2.1-alpha0
The text was updated successfully, but these errors were encountered:
@neekolas the fix you have linked is for conversation.list() only returning 100 conversations. I don't believe I've fixed or written a test for messages. This is likely still a bug unless @dmccartney fixed it with the batchQuery work which did land last week.
Describe the bug
AFFECTED VERSION: 0.1.3-beta0 (from cocoapods-integration)
As mentioned in xmtp/xmtp-react-native#34 - a React Native SDK user noticed only 100 messages are being pulled for a convo. This lines up with the code which appears to push pagination responsibilities to the consumer, but requiring them to use Date cutoffs.
https://github.com/xmtp/xmtp-ios/blob/d9463d7/Sources/XMTP/ConversationV2.swift#L107
Expected behavior
The consumer mentioned
.messages()
without params would be expected to return all messages in the conversation. This is their perceived expected behavior.Steps to reproduce the bug
No response
Resolution
Need to confirm whether or not this is still an issue on 0.2.1-alpha0
The text was updated successfully, but these errors were encountered: