GetStream / stream-swift

Swift client for Stream API
https://getstream.io
BSD 3-Clause "New" or "Revised" License
35 stars 26 forks source link

Is it possible to get reactions in chronological order? #47

Closed Ataman11 closed 1 year ago

Ataman11 commented 1 year ago

Is it possible to get reactions in chronological order?

Ataman11 commented 1 year ago

Found it out from text support. If you use Pagination just add .greaterThan("") to it to get the initial page of results in chronological order.