-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Hovers display old Gravatar #1898
Comments
@amouxaden are you actually seeing a difference from gravatar itself, meaning if you update your image and you hit: You see a different version? Or is this only in GitLens? I ask because GitLens caches avatars to avoid refreshing them often. I forget off hand for how long I cache them for before expiring them (but it's pretty long). You can always run the |
@eamodio Yes precisely. I'm seeing a difference from the request that includes the Regarding the After making a test build of GitLens with the file extension excluded, it was successfully able to load the most up to date version. I published this change with #1899 |
OK, awesome -- thank you so much for the investigation and PR! I will get that PR merged in for the next release. ❤️ |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Using GitLens I noticed that the pop out Gravatar displayed is stale and not updating as fast as it should.
Steps to Reproduce:
I noticed that to alleviate this issue you can simply omit the '.jpg' in the request as GitLens sends a request (with my email hash) for
https://www.gravatar.com/avatar/e59f9ec19fc467009d1e4cea53f959cb.jpg?s=64&d=robohash
and not
https://www.gravatar.com/avatar/e59f9ec19fc467009d1e4cea53f959cb?s=64&d=robohash
for a faster change.
The text was updated successfully, but these errors were encountered: