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

Store github_metadata to serve avatar using avatar_url #480

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

marcoroth
Copy link
Collaborator

This pull_requests adds a github_metadata to the Speaker model so we can store the direct-link avatar_url for the speakers.

The current approach of using https://github.com/[username].png is always doing a redirect which sometimes wouldn't resolve. This makes it more reliable since we don't have to depend on the redirect to happen.

Resolves #330

@marcoroth marcoroth changed the title Store github_metadata on Speaker to serve avatar using avatar_url Store github_metadata to serve avatar using avatar_url Dec 3, 2024
@marcoroth marcoroth merged commit 72389f0 into adrienpoly:main Dec 3, 2024
4 checks passed
@marcoroth marcoroth deleted the github-metadata branch December 3, 2024 12:42
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.

Store the GitHub profile images
1 participant