mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Displaying custom profile fields in user profile popover, as mentioned in the issue. In `popovers.js` filtering out only those custom profile fields, which are not `LONG_TEXT` or `USER` fields and their values are not empty. Custom profile fields rendering in profile popover the same way use similar rendering logic as in the user's full profile modal. Fixes: #21215