[Glitch] Emoji: Swap mode test to an emoji from 16.0

Port 50dfab30c2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2025-10-20 15:04:38 +02:00
committed by Claire
parent 9080083263
commit 7b44fd6d3c

View File

@@ -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 {