diff options
author | D Anzorge <d.anzorge@gmail.com> | 2020-04-19 23:38:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 23:38:31 +0200 |
commit | 29f5353f8b7af331d6dddea4ee1888913361a545 (patch) | |
tree | aad7cd74b58e0c55a33f86ce83b896f6eeaf836d /lib/tasks | |
parent | 2c7128c7f0ee3073acb9897cda88255982368193 (diff) |
Update Twemoji to 12.1.5 (#13021)
* Update Twemoji to 12.1.5 SVGs from Twemoji repo https://github.com/twitter/twemoji * Update emoji_map.json to Unicode 12
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/emojis.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/emojis.rake b/lib/tasks/emojis.rake index 892afd898..70919fbdb 100644 --- a/lib/tasks/emojis.rake +++ b/lib/tasks/emojis.rake @@ -15,7 +15,7 @@ end namespace :emojis do desc 'Generate a unicode to filename mapping' task :generate do - source = 'http://www.unicode.org/Public/emoji/11.0/emoji-test.txt' + source = 'http://www.unicode.org/Public/emoji/12.0/emoji-test.txt' codes = [] dest = Rails.root.join('app', 'javascript', 'mastodon', 'features', 'emoji', 'emoji_map.json') |