fix avatar update bug (#1729)
This commit is contained in:
repo.diff.committed_by
GitHub
repo.diff.parent
91417e9715
repo.diff.commit
bc299b8317
@@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
|
||||
}
|
||||
|
||||
type User struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
Avatar string
|
||||
UseCustomAvatar bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user