Skip to content

Commit

Permalink
Revert "Try sending hearts as custom reaction type"
Browse files Browse the repository at this point in the history
This reverts commit 96253a9.
  • Loading branch information
tulir committed Mar 7, 2024
1 parent 96253a9 commit 0799d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libgm/gmproto/emojitype.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func UnicodeToEmojiType(emoji string) EmojiType {
return EmojiType_CRYING_FACE
case "😡":
return EmojiType_POUTING_FACE
//case "❤", "❤️":
// return EmojiType_RED_HEART
case "❤", "❤️":
return EmojiType_RED_HEART
default:
return EmojiType_CUSTOM
}
Expand Down

0 comments on commit 0799d55

Please sign in to comment.