mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Emoji: Swap mode test to an emoji from 16.0 (#36530)
This commit is contained in:
parent
53e20d5c83
commit
50dfab30c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue