mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 15:31:20 +00:00
When searching for links inside a topic name, the question mark (?) was used to split the topic. If a URL had a query after the URL (e.g., "?foo=bar"), then the query was trimmed from the URL. Removing the question mark from `basic_link_splitter` is sufficient to fix this issue. The `get_web_link_regex` function then removes the trailing punctuation if any, including literal question marks. Fixes #26368.
144 KiB
144 KiB