Fix 404 when reacting with Keycap Number Sign #252

Merged
floatingghost merged 1 commits from fef/pleroma-fe:develop into develop 2022-12-14 12:07:28 +00:00

1 Commits

Author SHA1 Message Date
anna 413acbc7dd
fix 404 when reacting with Keycap Number Sign
ci/woodpecker/pr/woodpecker Pipeline was successful Details
The Unicode sequence for the Keycap Number Sign
emoji starts with an ASCII "#" character, which
the browser's URL parser will interpret as a URI
fragment and truncate it before sending the
request to the backend.
2022-12-12 18:59:57 +01:00