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
A group with 3 messages
When requesting without pagination it will return in the expected order
Once setting limit the first message will be returned
await group.messages(false, {
limit: 1,
});
Setting either direction "direction: 'SORT_DIRECTION_DESCENDING'," or 'SORT_DIRECTION_ASCENDING' the first message will still be returned
Expected behavior
Setting limit should not change the direction of pagination
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Only Seen on iOS
Expected behavior
Setting limit should not change the direction of pagination
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: