GetStream / stream-chat-go

Stream Chat official Golang API Client
https://getstream.io/chat/
BSD 3-Clause "New" or "Revised" License
67 stars 31 forks source link

id params on watchers does not work in the REST API / SDK #272

Open kanehara opened 5 months ago

kanehara commented 5 months ago

Passing id_gt or any other id params does not work, see the screenshot below of my Postman request returning user with id 15 even though I passed in id_gt: 100. This seems to be an issue with the REST API and no the go SDK but could not find a more appropriate place to open an issue so let me know if there is a more appropriate place to raise this issue. Thank you!

Screenshot 2024-03-27 at 6 03 24 PM
guerinoni commented 4 months ago

Do you still have the problem?