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
When searching for messages with the afterNs field set to value larger than 1736500884940070000, the previous message with "sentNs": 1736500884940070000 is still being fetched after retrieving the data.
Describe the bug
When searching for messages with the afterNs field set to value larger than 1736500884940070000, the previous message with "sentNs": 1736500884940070000 is still being fetched after retrieving the data.
const messages = await conv.messages({
direction: 'DESCENDING',
afterNs: updateTime,
})
Expected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: