mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Fixes #17466 This commit will change encoding logic. Initial logic was not encoding parenthesis, and this creates conflicts with the markdown link format. To resolve this while encoding, we're now replacing parenthesis with ".28" and ".29." There is no need to change decoding logic because before decoding any URL, we first convert all the “.” to “%.” optimization: No need to replace parenthesis in popovers.js.
6.0 KiB
6.0 KiB