fixed bug that caused everybody to be displayed as verified (#890)
This commit is contained in:
		
							parent
							
								
									f7e878c126
								
							
						
					
					
						commit
						38985af6ed
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -33,7 +33,7 @@ proc parseGraphUser(js: JsonNode): User =
 | 
			
		|||
  result = parseUser(user{"legacy"})
 | 
			
		||||
 | 
			
		||||
  if "is_blue_verified" in user:
 | 
			
		||||
    result.verified = true
 | 
			
		||||
    result.verified = user{"is_blue_verified"}.getBool()
 | 
			
		||||
 | 
			
		||||
proc parseGraphList*(js: JsonNode): List =
 | 
			
		||||
  if js.isNull: return
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue