mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
Fixes issues with e.g. foo@hamlet.com (where hamlet is a user) The \b was ineffective because @ made it always on a word boundary. Instead, use the negative lookbehind trick from the URL regex. (imported from commit fdca9bd686e4f8747e67b412cba1fa7c5c9391aa)
654 B
654 B