diff --git a/app/javascript/mastodon/features/emoji/mode.ts b/app/javascript/mastodon/features/emoji/mode.ts index afb8a78eb..572f2bff3 100644 --- a/app/javascript/mastodon/features/emoji/mode.ts +++ b/app/javascript/mastodon/features/emoji/mode.ts @@ -76,7 +76,7 @@ function testEmojiSupport(text: string) { return compareFeatures(feature1, feature2); } -const EMOJI_VERSION_TEST_EMOJI = '🫨'; // shaking head, from v15 +const EMOJI_VERSION_TEST_EMOJI = '🫩'; // face with bags under eyes, from Unicode 16.0. const EMOJI_FLAG_TEST_EMOJI = '🇨🇭'; export function determineEmojiMode(style: string): EmojiMode {