Closed jbchavez19 closed 7 years ago
Fixes #1003 (issue is in echo)
Added a helper function saveUserAvatar that copies the user's avatar from Github to the database on sign up.
When an avatar is not found, it will redirect to the default one with a 307 temporary redirect code.
None
@prattsj I made the request changes, changed the function name from addUserAvatar to saveUserAvatar and changed the 404 to a 307 redirect.
Fixes #1003 (issue is in echo)
Overview
Added a helper function saveUserAvatar that copies the user's avatar from Github to the database on sign up.
When an avatar is not found, it will redirect to the default one with a 307 temporary redirect code.
Data Model / DB Schema Changes
None
Environment / Configuration Changes
None
Notes
None