mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +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.
44 KiB
44 KiB