livecoders / website

Website for the Live Coders Twitch Team
https://livecoders.dev
MIT License
52 stars 74 forks source link

Restoring user profiles and fixing member syncing script #246

Closed ThindalTV closed 2 years ago

ThindalTV commented 2 years ago

The script for syncing members with twitch was previously changed to use user_name, which is cased compared to the old field which was always lowercase. This caused the file lookup to fail and a ton of profiles to be deleted.

This PR restores the deleted profiles & fixes the script by toLowerCase-ing the usernames from the lookup.

And yes, I'm both CeriQ and ThindalTV. :)

ThindalTV commented 2 years ago

This solves the issue https://github.com/livecoders/website/issues/243.