Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change header logic to only check for profile image once per initialization #66

Closed
wants to merge 2 commits into from

Conversation

hwgilbert16
Copy link
Owner

Fixes #59

Overcomplicated to only request the image if the user is guaranteed to have one - a field for the user model would have to be added and then checked once per initialization. Easier to check with a simple request - it isn't blocking, and it's only one 404 per visit if the user does not have one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only request profile image if user has one uploaded
1 participant