Fix twitter profile photo import bug

This commit is contained in:
Souradip Mookerjee 2021-01-16 00:26:17 +00:00 committed by Adhityaa Chandrasekar
parent 326601394a
commit 5390c6f81c

View File

@ -26,8 +26,6 @@ func commenterPhotoHandler(w http.ResponseWriter, r *http.Request) {
}
} else if c.Provider == "github" {
url += "&s=38"
} else if c.Provider == "twitter" {
url += "?size=normal"
} else if c.Provider == "gitlab" {
url += "?width=38"
}