Update emoji codepoint mappings to v13.1 (#16352)

master
Claire 2021-06-03 16:08:07 +02:00 committed by GitHub
parent d6486c969f
commit f6088922c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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')