mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	state_data: Add type for full_name in current_user_schema.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							2e252ec502
						
					
				
				
					commit
					c5fc0ae4a2
				
			@@ -207,7 +207,7 @@ const current_user_schema = z.object({
 | 
			
		||||
    can_subscribe_other_users: NOT_TYPED_YET,
 | 
			
		||||
    delivery_email: z.string(),
 | 
			
		||||
    email: NOT_TYPED_YET,
 | 
			
		||||
    full_name: NOT_TYPED_YET,
 | 
			
		||||
    full_name: z.string(),
 | 
			
		||||
    has_zoom_token: z.boolean(),
 | 
			
		||||
    is_admin: z.boolean(),
 | 
			
		||||
    is_billing_admin: z.boolean(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user