From f6088922c06f3da02e9051b39f3a7111f19298dd Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 3 Jun 2021 16:08:07 +0200 Subject: Update emoji codepoint mappings to v13.1 (#16352) --- lib/tasks/emojis.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') diff --git a/lib/tasks/emojis.rake b/lib/tasks/emojis.rake index a373e7652..8faa48a95 100644 --- a/lib/tasks/emojis.rake +++ b/lib/tasks/emojis.rake @@ -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') -- cgit