mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	#1657 allow forcing all private repos
This commit is contained in:
		@@ -71,7 +71,7 @@ type User struct {
 | 
			
		||||
	Created     time.Time `xorm:"CREATED"`
 | 
			
		||||
	Updated     time.Time `xorm:"UPDATED"`
 | 
			
		||||
 | 
			
		||||
	// Remember visibility choice for convenience.
 | 
			
		||||
	// Remember visibility choice for convenience, true for private
 | 
			
		||||
	LastRepoVisibility bool
 | 
			
		||||
 | 
			
		||||
	// Permissions.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user