We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2d1c8b + ee7eb6f commit 8355f95Copy full SHA for 8355f95
apps/user_status/lib/Service/EmojiService.php
@@ -81,7 +81,8 @@ public function isValidEmoji(string $emoji): bool {
81
// just continue and check the next character
82
if ($codePointType === \IntlChar::CHAR_CATEGORY_MODIFIER_SYMBOL ||
83
$codePointType === \IntlChar::CHAR_CATEGORY_MODIFIER_LETTER ||
84
- $codePointType === \IntlChar::CHAR_CATEGORY_OTHER_SYMBOL) {
+ $codePointType === \IntlChar::CHAR_CATEGORY_OTHER_SYMBOL ||
85
+ $codePointType === \IntlChar::CHAR_CATEGORY_GENERAL_OTHER_TYPES) {
86
continue;
87
}
88
0 commit comments