Skip to content

Commit

Permalink
Hotfix action timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Jun 9, 2020
1 parent dee7ec0 commit 9306076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websites/Q/Quizlet/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ presence.on("UpdateData", async () => {
data.state = `on ${qzData.layer.studyableTitle}`;
break;
}
data.startTimestamp = actionTimestamp;
}

// If data doesn't exist clear else set activity to the presence data
Expand Down

0 comments on commit 9306076

Please sign in to comment.