Skip to content

fix: Add unicode flag to custom emoji regexes

Essem requested to merge fix/custom-emoji-regex into develop

What does this PR do? (Please give us a brief description of what this PR does.) This fixes an issue where custom emojis couldn't be used with reactions due to the regexes using unicode property escapes without the proper flag.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports