diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-06-03 20:47:02 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-06-03 20:47:02 +0200 |
commit | 0157caacefe34838ff5d5093dc188f5491cb7b15 (patch) | |
tree | a5b56590b7660b6ed3257f929bf209a26cb25a15 /lib/tasks | |
parent | 02dffa8edd097014578774aed30249ed08d2f3a4 (diff) | |
parent | f6088922c06f3da02e9051b39f3a7111f19298dd (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
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 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') |