Loosen the validation regex of emoji reaction a bit #468

Closed
Ghost wants to merge 1 commits from (deleted):make-reacting-with-'blobhaj.png'-possible into develop

1 Commits

Author SHA1 Message Date
fruye 33daaac84c Loosen the validation regex of emoji reaction a bit
ci/woodpecker/pr/woodpecker Pipeline is pending Details
We couldn't previously react with an emoji whose shortcode contained
dots, spaces or any non-ascii characters.

The only rule we're now enforcing is that it might contain only one `@`
character (used to distinguish external emoji) and must be wrapped with
colon symbols.
2023-02-15 21:23:39 +01:00