Skip to content

Commit

Permalink
Update emoji codepoint mappings to v13.1 (#16352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Jun 3, 2021
1 parent d6486c9 commit f608892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/emoji/emoji_map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tasks/emojis.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit f608892

Please sign in to comment.