ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Changed client to use displayName field. #51

Closed mdavisprog closed 3 years ago

mdavisprog commented 3 years ago

This pull request fixes an issue with the REACT_APP_ENDPOINT environment variable having a typo in the destination.

This also changes how users are stored in the Chatters component. They are now stored using the Twitch userId for each user and the Chatter component now uses the displayName field for the user names.

Close #49