Skip to content

fix(ui): avatar URLs with the size parameter first - #22

Merged
eJosR-Coding merged 1 commit into
mainfrom
fix/avatar-url
Sep 17, 2026
Merged

eJosR-Coding merged 1 commit into
mainfrom
fix/avatar-url

Conversation

@eJosR-Coding

Copy link
Copy Markdown
Owner

GitHub's avatar CDN served a stale identicon for ?v=4&s=96 while ?s=96&v=4 (github.com's own order) served the real photo. Verified by fetching both variants. tsc green.

GitHub's avatar CDN caches per exact query string; ?v=4&s=96 served a
stale identicon for an account with a real photo while ?s=96&v=4, the
order github.com uses, served the photo. avatarAt() builds it that way.
@eJosR-Coding
eJosR-Coding merged commit bf9f533 into main Sep 17, 2026
1 check passed
@eJosR-Coding
eJosR-Coding deleted the fix/avatar-url branch September 17, 2026 17:05
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.

1 participant