Skip to content
Unverified Commit e1936a49 authored by Joas Schilling's avatar Joas Schilling
Browse files

Fix "parsing" of email-addresses in comments and chat messages



\\b matches any non-word character, including \@ and \-
In order to not detect urls in the middle of email-addresses,
we need to check for white space characters and beginning of the
message instead.

Signed-off-by: default avatarJoas Schilling <coding@schilljs.com>
parent 221f558f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment