tumblr / docs

Tumblr's public platform documentation.
Apache License 2.0
108 stars 26 forks source link

fetching post /notes always returns something #83

Closed sorin-costea closed 2 years ago

sorin-costea commented 2 years ago

Fetching post /notes with a bad "before_timestamp" (equal or before the post timestamp) returns always one note - the "posted" one. I would rather expect an empty notes array...

cyle commented 2 years ago

Thanks for calling this out! That is indeed a bug. We should be returning an empty array when the given before_timestamp is before the post creation time. We'll get this fixed up. 👌

cyle commented 2 years ago

this should be fixed now!