You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript
Jeremy Kescher 04c611daa1
Fix being unable to react with the keycap number sign emoji (#22231)
#⃣

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.
2 years ago
..
fonts Change about page to be mounted in the web UI (#19345) 3 years ago
icons png optimization(loss less) (#19630) 3 years ago
images Add old logo files back (#20332) 2 years ago
mastodon Fix being unable to react with the keycap number sign emoji (#22231) 2 years ago
packs Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597) 2 years ago
styles Fix profile avatar being slightly offset into left border (fixes #20822) (#20994) 2 years ago