emoji: Fallback to Google Modern for unsupported new Twitter emoji.

The Twitter emoji team was laid off in 2022, so new emoji aren't supported.
https://github.com/twitter/twemoji/issues/570#issuecomment-1303422143.
The "twitter" sprite sheet we’re using does have images in those locations,
but they’re fallback images that emoji-datasource fills in from the Apple
sprite sheet, which has unclear licensing implications.

To be able to support newer emoji, we fallback to Google Modern for any emoji
not covered by Twemoji.

CZO conversation:
https://chat.zulip.org/#narrow/stream/107-kandra/topic/emoji.20changes.20in.208.2E0/near/1689918
This commit is contained in:
evykassirer
2023-11-28 21:47:59 -08:00
committed by Tim Abbott
parent 737de6d4cd
commit 32c730e530
5 changed files with 46 additions and 27 deletions

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 230
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (254, 0)
PROVISION_VERSION = (255, 0)