mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +08:00
Fix bug of DisableGravatar default value (#22297)
backport #22296 Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
@@ -69,7 +69,7 @@ func newPictureService() {
|
||||
}
|
||||
|
||||
func GetDefaultDisableGravatar() bool {
|
||||
return !OfflineMode
|
||||
return OfflineMode
|
||||
}
|
||||
|
||||
func GetDefaultEnableFederatedAvatar(disableGravatar bool) bool {
|
||||
|
||||
Reference in New Issue
Block a user