Revert "fix: heart reactions"

This reverts commit 620dedab47.
This commit is contained in:
ThatOneCalculator 2023-01-12 21:41:43 -08:00
parent 217a37a59a
commit 66d9bd0c64
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 7 additions and 7 deletions

View file

@ -62,18 +62,18 @@ export async function toDbReaction(
reacterHost = toPunyNullable(reacterHost);
// Convert string-type reactions to pictograms
// 文字列タイプのリアクションを絵文字に変換
if (Object.keys(legacies).includes(reaction)) return legacies[reaction];
// Unicode Pictograms
/*const match = emojiRegex.exec(reaction);
// Unicode絵文字
const match = emojiRegex.exec(reaction);
if (match) {
// One pictogram with ligatures
// 合字を含む1つの絵文字
const unicode = match[0];
// variant character selector removal
// 異体字セレクタ除去
return unicode.match('\u200d') ? unicode : unicode.replace(/\ufe0f/g, '');
}*/
}
const custom = reaction.match(/^:([\w+-]+)(?:@\.)?:$/);
if (custom) {

View file

@ -1496,7 +1496,7 @@
{ "category": "symbols", "char": "🀄", "name": "mahjong", "keywords": ["game", "play", "chinese", "kanji"] },
{ "category": "symbols", "char": "♠️", "name": "spades", "keywords": ["poker", "cards", "suits", "magic"] },
{ "category": "symbols", "char": "♣️", "name": "clubs", "keywords": ["poker", "cards", "magic", "suits"] },
{ "category": "symbols", "char": "", "name": "hearts", "keywords": ["poker", "cards", "magic", "suits"] },
{ "category": "symbols", "char": "", "name": "hearts", "keywords": ["poker", "cards", "magic", "suits"] },
{ "category": "symbols", "char": "♦️", "name": "diamonds", "keywords": ["poker", "cards", "magic", "suits"] },
{ "category": "symbols", "char": "🎴", "name": "flower_playing_cards", "keywords": ["game", "sunset", "red"] },
{ "category": "symbols", "char": "💭", "name": "thought_balloon", "keywords": ["bubble", "cloud", "speech", "thinking", "dream"] },