Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Don't consider textual characters to be emoji #12580

Closed

Commits on Jun 5, 2024

  1. Don't consider textual characters to be emoji

    We were using emojibase-regex to match emoji within messages. However, the docs (https://emojibase.dev/docs/regex/) state that this regex matches both emoji and text presentation characters. This is not what we want, and will result in false positives for characters like '↔' that could turn into an emoji if paired with a variation selector. The emojibase-regex/emoji regex from the same package does what we want.
    robintown committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8b3228a View commit details
    Browse the repository at this point in the history