mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 15:07:51 +01:00
fix gravatar disable bug (#22337)
This commit is contained in:
parent
55c6433fac
commit
0cca1e079b
@ -276,7 +276,7 @@ func Init() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if enableFederatedAvatarSetting.GetValueBool() {
|
if GravatarSourceURL != nil && enableFederatedAvatarSetting.GetValueBool() {
|
||||||
LibravatarService = libravatar.New()
|
LibravatarService = libravatar.New()
|
||||||
if GravatarSourceURL.Scheme == "https" {
|
if GravatarSourceURL.Scheme == "https" {
|
||||||
LibravatarService.SetUseHTTPS(true)
|
LibravatarService.SetUseHTTPS(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user