Skip to content

Commit

Permalink
fix: Don't show "cached" users as new users.
Browse files Browse the repository at this point in the history
  • Loading branch information
KararTY committed Aug 10, 2020
1 parent 575d531 commit f01f9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Controllers/Http/UsersController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default class UsersController {
name: streamer.login,
displayName: streamer.display_name,
avatar: streamer.profile_image_url,
createdAt: DateTime.fromJSDate(new Date('1970-01-01 02:00:00')),
}
}))

Expand Down

0 comments on commit f01f9e5

Please sign in to comment.