mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
enhance: avoid refetch avatar for noreply@github.com
This commit is contained in:
parent
a7ea61f9af
commit
0450931655
2 changed files with 3 additions and 3 deletions
|
@ -122,6 +122,9 @@ namespace SourceGit.Models
|
|||
{
|
||||
if (forceRefetch)
|
||||
{
|
||||
if (email.Equals("noreply@github.com", StringComparison.Ordinal))
|
||||
return null;
|
||||
|
||||
if (_resources.ContainsKey(email))
|
||||
_resources.Remove(email);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue