We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f298b commit 37bed9aCopy full SHA for 37bed9a
src/common/useDiscordActivityTracker.ts
@@ -121,7 +121,10 @@ export const useDiscordActivityTracker = () => {
121
return {
122
id: activity.syncId || activity.applicationId || NERIMITY_APP_ID,
123
data: {
124
- startedAt: activity.timestamps?.start || undefined,
+ startedAt:
125
+ activity.timestamps?.start ||
126
+ activity.createdTimestamp ||
127
+ undefined,
128
endsAt: activity.timestamps?.end || undefined,
129
imgSrc:
130
activity.assets?.largeImageUrl ||
0 commit comments