소스 검색

Enable Libravatar by default in new installations (#3287)

Pre-existing installs still have it default to off.
This is consistent with OpenID setting.
tags/v1.4.0-rc1
Sandro Santilli 6 년 전
부모
커밋
6a6439c5c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/setting/setting.go

+ 1
- 1
modules/setting/setting.go 파일 보기

@@ -1038,7 +1038,7 @@ func NewContext() {
GravatarSource = source
}
DisableGravatar = sec.Key("DISABLE_GRAVATAR").MustBool()
EnableFederatedAvatar = sec.Key("ENABLE_FEDERATED_AVATAR").MustBool()
EnableFederatedAvatar = sec.Key("ENABLE_FEDERATED_AVATAR").MustBool(!InstallLock)
if OfflineMode {
DisableGravatar = true
EnableFederatedAvatar = false

Loading…
취소
저장