Fix twitter profile photo import bug
This commit is contained in:
committed by
Adhityaa Chandrasekar
parent
326601394a
commit
5390c6f81c
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user