Commit db66751
Fix avatar display issue in Pull Request tree view (#7851)
* Fix avatar display issue in Pull Request tree view
- Fix getAvatarWithEnterpriseFallback to prioritize GitHub avatars over Gravatar fallback
- Implement cache invalidation by including avatar URL hash in cache keys
- Ensure logged-in users see their actual GitHub profile avatars instead of random generated ones
Fixes #6914
* Revert package.json changes
* Clean up
---------
Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>1 parent f746fcf commit db66751
2 files changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
209 | 219 | | |
210 | 220 | | |
211 | 221 | | |
| |||
291 | 301 | | |
292 | 302 | | |
293 | 303 | | |
294 | | - | |
295 | 304 | | |
296 | 305 | | |
297 | 306 | | |
| |||
311 | 320 | | |
312 | 321 | | |
313 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
314 | 326 | | |
315 | 327 | | |
316 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
656 | 659 | | |
657 | 660 | | |
658 | 661 | | |
659 | | - | |
| 662 | + | |
660 | 663 | | |
661 | 664 | | |
662 | 665 | | |
| |||
1637 | 1640 | | |
1638 | 1641 | | |
1639 | 1642 | | |
1640 | | - | |
1641 | | - | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
1642 | 1658 | | |
1643 | 1659 | | |
1644 | 1660 | | |
| |||
0 commit comments