Skip to content

Commit

Permalink
Emoji CDN update
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtoid committed Jan 9, 2023
1 parent 9432017 commit cbc55be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_exporter/ext/emoji_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from chat_exporter.ext.cache import cache


cdn_fmt = "https://twemoji.maxcdn.com/v/latest/72x72/{codepoint}.png"
cdn_fmt = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/72x72/{codepoint}.png"


@cache()
Expand Down

0 comments on commit cbc55be

Please sign in to comment.