mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
For pages that don't have page_params, the default_page_params now ensures that debug_mode will correctly follow settings.DEBUG. This allows blueslip exception popups to work on portico pages for development environment. Fixes: #17540.