helmgast / lore

A web-based storytelling framework.
4 stars 0 forks source link

Emails with special characters are not merged correctly #317

Open ripperdoc opened 2 years ago

ripperdoc commented 2 years ago

An email with e.g. a + character or other characters that are valid Regex will be parsed as regex and fail to be found by the email matching function. We should escape the email before inserting it into a Regex.