mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	events: Add date_joined to user_dict.
This commit is contained in:
		@@ -431,6 +431,7 @@ def notify_created_user(user_profile: UserProfile) -> None:
 | 
			
		||||
                             full_name=user_profile.full_name,
 | 
			
		||||
                             avatar_url=avatar_url(user_profile),
 | 
			
		||||
                             timezone=user_profile.timezone,
 | 
			
		||||
                             date_joined=user_profile.date_joined.isoformat(),
 | 
			
		||||
                             is_bot=user_profile.is_bot))
 | 
			
		||||
    send_event(event, active_user_ids(user_profile.realm_id))
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user