Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announcements: Fix being unable to react with the keycap number sign emoji #22231

Merged

Commits on Dec 11, 2022

  1. Fix being unable to react with the keycap number sign emoji

    #⃣
    
    This bug is caused by the emoji consisting of:
    U+23 #
    U+FE0F
    U+20E3  ⃣
    
    Because it starts with a #, it's interpreted as an anchor link, which is not passed to the API. Therefore, the API sees no emoji to react with and answers correctly with a 404.
    kescherCode committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    3a64bba View commit details
    Browse the repository at this point in the history