backend icon indicating copy to clipboard operation
backend copied to clipboard

Don't allow API calls with sort=random + last_id

Open jtotoole opened this issue 2 years ago • 1 comments

Post-Colorado Mystery, make the API return an error when these parameters are used together in calls to stories/list endpoint: sort=random and processed_stories_id>0.

jtotoole avatar Aug 25 '21 16:08 jtotoole

(note: I added a check to prevent this within the API client, which gets us a good bit of the way there because it stops ourselves and our tools from returning results if we try to do this)

rahulbot avatar Sep 24 '21 00:09 rahulbot