mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
In 'fetch_initial_state_data' we were doing one database query per announcement stream. This commit updates the logic to prefetch those streams using select_related hence avoiding the extra db queries. Fixes #28909.
82 KiB
82 KiB