Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SubmitLeaderboardEntry): attach timestamp to ResumePlayerSession #2592

Conversation

wescopeland
Copy link
Member

Resolves #2590.

Root Cause
In #2537, we started recording game hashes on user activity. A new ResumePlayerSession event is executed on leaderboard submit. This event is inadvertently sent without a timestamp, and the timestamp is set to default to null in ResumePlayerSession. As a result, the last_played_at on the user's player_games row for the game is erased.

@wescopeland wescopeland requested a review from a team August 4, 2024 13:29
@wescopeland wescopeland merged commit 728b3cb into RetroAchievements:master Aug 7, 2024
5 checks passed
@wescopeland wescopeland deleted the send-timestamp-with-leaderboard-session branch August 7, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profile Page Keeps Dumping Active Playing Game (Affects RA Tracker App)
1 participant