jonan / ForkHub

GitHub client for Android based on the abandoned official app
https://play.google.com/store/apps/details?id=jp.forkhub
Apache License 2.0
2.79k stars 434 forks source link

User activity sorted incorrectly with time #335

Open ritiek opened 6 years ago

ritiek commented 6 years ago

I have never faced this problem until now but an older user activity shows up within newer activities. Although, It is correct to say that the PR was reviewed 6 days ago and it was closed 19 hours ago.

I've tried restarting the app and other usual stuff but it still appears that way.

jonan commented 6 years ago

Apparently the API is returning the wrong value : https://api.github.com/users/ritiek/events

But the comment has an updated_at field that might fix the issue. I'll look into it.