PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

last_timestamp does not take into account events such as follow, like, comment etc #55

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

In my account with user id c51412ea-f2cf-44cd-a8bd-77897846f9b6 I've got comments likes etc done today, but the last_timestamp I receive from the server shows me a date 23 days ago.

Is that a bug?

johnboy14 commented 8 years ago

This is the last timestamp in the result set for pagination support.

johnboy14 commented 8 years ago

When we change over to mysql we might change the naming of this.

SudoPlz commented 8 years ago

Oh ok my bad then, I close this issue since https://github.com/PlaceAVote/pav-api/issues/54 will be the way for me to retrieve the data I need.