mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 17:24:59 +00:00
optimize<Preference>: remove avater server
This commit is contained in:
parent
0b8c23c02d
commit
d827c1fbe1
4 changed files with 7 additions and 49 deletions
|
@ -193,7 +193,7 @@ namespace SourceGit.Views.Controls {
|
|||
if (!requesting.ContainsKey(email)) return;
|
||||
|
||||
try {
|
||||
var req = new HttpClient().GetAsync(Models.Preference.Instance.General.AvatarServer + md5 + "?d=404");
|
||||
var req = new HttpClient().GetAsync($"https://www.gravatar.com/avatar/{md5}?d=404");
|
||||
req.Wait();
|
||||
|
||||
var rsp = req.Result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue