Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Emoji.Parse should handle emojis without a variation selection #372

@d4n3436

Description

@d4n3436

Parsing an emoji without a variation selection ('\ufe0f') causes Emoji.Parse and Emoji.TryParse to fail because it expects the emoji string to contain a variation selection.
This character is used to specify the type of rendering and Discord requires it in some emojis.

Emoji.Parse/TryParse should handle emoji strings without this character, and should add this character if it's required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingInternalSomthing internal that needs to be changed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions