mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
fix avatar update bug (#1729)
This commit is contained in:
parent
91417e9715
commit
bc299b8317
@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
|
||||
}
|
||||
|
||||
type User struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
Avatar string
|
||||
UseCustomAvatar bool
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user