mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	bots: Add UI to view bot types of existing bots in "Your bots".
Tweaked by tabbott for more standard internationalization.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							4e5ae83fb0
						
					
				
				
					commit
					af7e08acb0
				
			@@ -391,6 +391,7 @@ def notify_created_bot(user_profile):
 | 
			
		||||
    bot = dict(email=user_profile.email,
 | 
			
		||||
               user_id=user_profile.id,
 | 
			
		||||
               full_name=user_profile.full_name,
 | 
			
		||||
               bot_type=user_profile.bot_type,
 | 
			
		||||
               is_active=user_profile.is_active,
 | 
			
		||||
               api_key=user_profile.api_key,
 | 
			
		||||
               default_sending_stream=default_sending_stream_name,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user