mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	emoji: Use lower-case hex letters in iamcal data.
This commit is contained in:
		@@ -238,7 +238,7 @@ def generate_emoji_catalog(emoji_data):
 | 
			
		||||
        if not emoji_is_universal(emoji):
 | 
			
		||||
            continue
 | 
			
		||||
        category = str(emoji["category"])
 | 
			
		||||
        codepoint = str(emoji["unified"])
 | 
			
		||||
        codepoint = str(emoji["unified"]).lower()
 | 
			
		||||
        sort_order[codepoint] = emoji["sort_order"]
 | 
			
		||||
        if category in emoji_catalog:
 | 
			
		||||
            emoji_catalog[category].append(codepoint)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user