Commit 01a8655d authored by fallenstardust's avatar fallenstardust Committed by GitHub

Merge pull request #65 from mercury233/patch-1

change avatar url
parents 5dce7118 ad96b4e9
...@@ -73,7 +73,7 @@ public class ChatMessage { ...@@ -73,7 +73,7 @@ public class ChatMessage {
} }
public String getAvatarUrl(String userName) { public String getAvatarUrl(String userName) {
return "https://api.moecube.com/accounts/users/" + userName + ".png"; return "https://sapi.moecube.com:444/avatar/avatar/" + userName + "/100/ygomobile.png";
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment