mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 07:14:55 +00:00
* DEV: Allow params to be passed on topic redirects There are several places where we redirect a url to a standard topic url like `/t/:slug/:topic_id` but we weren't always passing query parameters to the new url. This change allows a few more query params to be included on the redirect. The new params that are permitted are page, print, and filter_top_level_replies. Any new params will need to be specified. This also prevents the odd trailing empty page param that would sometimes appear on a redirect. `/t/:slug/:id.json?page=` * rubocop: fix missing space after comma * fix another page= reference