mastodon/app/javascript/mastodon
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
..
actions Fix being unable to react with the keycap number sign emoji (#22231) 2022-12-15 16:18:39 +01:00
components Change dropdown menu to contain “Copy link to post” even for non-public posts (#21316) 2022-12-15 15:43:16 +01:00
containers Fix wasteful request to /api/v1/custom_emojis when not logged in (#22326) 2022-12-15 14:07:34 +01:00
features Make handle more easily selectable on profile page (#21479) 2022-12-13 19:43:03 +01:00
locales New Crowdin updates (#21954) 2022-12-10 00:12:56 +09:00
middleware
reducers Change default reply language to be default language when replying to a translated reply (#22272) 2022-12-13 19:41:53 +01:00
selectors
service_worker
store
utils
api.js
base_polyfills.js
blurhash.js
common.js
compare_id.js
extra_polyfills.js
initial_state.js Change sign-in banner to reflect disabled or moved account status (#19773) 2022-11-05 18:28:13 +01:00
is_mobile.js
load_keyboard_extensions.js
load_polyfills.js
main.js Delay workbox import (#20376) 2022-11-11 01:33:59 +01:00
performance.js
permissions.js
ready.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js