mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	fix avatar update bug (#1729)
This commit is contained in:
		@@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	type User struct {
 | 
						type User struct {
 | 
				
			||||||
 | 
							ID              int64 `xorm:"pk autoincr"`
 | 
				
			||||||
		Avatar          string
 | 
							Avatar          string
 | 
				
			||||||
		UseCustomAvatar bool
 | 
							UseCustomAvatar bool
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user