about summary refs log tree commit diff
path: root/app/workers/trigger_webhook_worker.rb
diff options
context:
space:
mode:
authorJeremy Kescher <jeremy@kescher.at>2022-12-15 15:18:39 +0000
committerGitHub <noreply@github.com>2022-12-15 16:18:39 +0100
commit04c611daa1b7ff27a8fe0af882ff9339aeddac6d (patch)
tree0fe027896429199acd9a64478379f2e4a8cfc518 /app/workers/trigger_webhook_worker.rb
parent63b379c2d95a8ea7127f2621603037cc9013870d (diff)
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.
Diffstat (limited to 'app/workers/trigger_webhook_worker.rb')
0 files changed, 0 insertions, 0 deletions