mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
When quoting a reply or mentioning a person having full name matching wildcard mention, in such case, `get_mention_syntax` doesn't return mention syntax of format: **full_name|user_id**. As a result, a normal user can't mention such users and users who can mention them may unwillingly trigger wildcard mention. This commit fixes such issue.