fix: sanitize emojis#20
Conversation
Bojan131
left a comment
There was a problem hiding this comment.
Please replace the hardcoded regex in emoji-strip.ts with the emoji-regex
package. This will keep the codebase cleaner and ensure all current and future Unicode emojis are covered automatically without needing manual updates.
This regex we are using is actually generated from that package. I did not want to add dependency for temporary hotfix, but if you feel strongly against it - I can use the package instead. |
Aha okay than, its okay like this |
|
This pull request has been automatically marked as stale due to 30 days of inactivity. |
No description provided.