You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/lib
Eugen Rochko 510df0ac55 Fix emojify() by generating a mapping to existing Twemoji files (#5080)
A new rake task emojis:generate downloads a full list of valid
unicode sequences from unicode.org and checks it against existing
Twemoji files, finally generating a map from each sequence to the
existing file (e.g. when there's multiple ways an emoji can be
expressed). The map is dumped into app/javascript/mastodon/emoji_map.json

That file is loaded by emojione_light.js (now a misnomer) which
decorates it further with shortcodes taken from emoji-mart's index.
9 years ago
..
assets Add emoji autosuggest (#5053) 9 years ago
json_ld Use updated ActivityStreams context (added: sharedInbox) (#4764) 9 years ago
mastodon Bump to 1.6.1 9 years ago
paperclip Fix #2108 - Fix gif uploads (#2171) 9 years ago
tasks Fix emojify() by generating a mapping to existing Twemoji files (#5080) 9 years ago
templates/haml/scaffold Adding simple_form, adding profile settings, header image 10 years ago