mastodon/app
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.
2022-12-15 16:18:39 +01:00
..
chewy
controllers Fix N+1 queries from in NotificationsController (#21202) 2022-12-15 16:18:20 +01:00
helpers
javascript Fix being unable to react with the keycap number sign emoji (#22231) 2022-12-15 16:18:39 +01:00
lib
mailers
models
policies
presenters
serializers
services
validators
views
workers Fix typos in source documentation (#21046) 2022-12-15 15:57:26 +01:00