fix gravatar disable bug (#22336)
This commit is contained in:
parent
32e863439c
commit
fdbb0b4762
|
@ -275,7 +275,7 @@ func Init() error {
|
|||
}
|
||||
}
|
||||
|
||||
if enableFederatedAvatarSetting.GetValueBool() {
|
||||
if GravatarSourceURL != nil && enableFederatedAvatarSetting.GetValueBool() {
|
||||
LibravatarService = libravatar.New()
|
||||
if GravatarSourceURL.Scheme == "https" {
|
||||
LibravatarService.SetUseHTTPS(true)
|
||||
|
|
Loading…
Reference in New Issue
Block a user