Update emoji codepoint mappings to v13.1 (#16352)
This commit is contained in:
		
							parent
							
								
									d6486c969f
								
							
						
					
					
						commit
						f6088922c0
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -45,7 +45,7 @@ end | |||
| namespace :emojis do | ||||
|   desc 'Generate a unicode to filename mapping' | ||||
|   task :generate do | ||||
|     source = 'http://www.unicode.org/Public/emoji/12.0/emoji-test.txt' | ||||
|     source = 'http://www.unicode.org/Public/emoji/13.1/emoji-test.txt' | ||||
|     codes  = [] | ||||
|     dest   = Rails.root.join('app', 'javascript', 'mastodon', 'features', 'emoji', 'emoji_map.json') | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue