Fix twitter profile photo import bug
This commit is contained in:
parent
326601394a
commit
5390c6f81c
@ -26,8 +26,6 @@ func commenterPhotoHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
} else if c.Provider == "github" {
|
} else if c.Provider == "github" {
|
||||||
url += "&s=38"
|
url += "&s=38"
|
||||||
} else if c.Provider == "twitter" {
|
|
||||||
url += "?size=normal"
|
|
||||||
} else if c.Provider == "gitlab" {
|
} else if c.Provider == "gitlab" {
|
||||||
url += "?width=38"
|
url += "?width=38"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user