finally once and for all no foolin fix the flag reactions that have been broken for over five months

environments/review-hidden-blo-1okx3i/deployments/4725^2
animegrafmays 2 months ago
parent 29f035322a
commit 6017e4391f

@ -20,7 +20,7 @@ function filteredArray<T extends z.ZodTypeAny>(schema: T) {
} }
/** Validates the string as an emoji. */ /** Validates the string as an emoji. */
const emojiSchema = z.string().refine((v) => /\p{Extended_Pictographic}/u.test(v)); const emojiSchema = z.string().refine((v) => /\p{Extended_Pictographic}|[\u{1F1E6}-\u{1F1FF}]{2}/u.test(v));
/** Map a list of CustomEmoji to their shortcodes. */ /** Map a list of CustomEmoji to their shortcodes. */
function makeCustomEmojiMap(customEmojis: CustomEmoji[]) { function makeCustomEmojiMap(customEmojis: CustomEmoji[]) {

Loading…
Cancel
Save