mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
9a682fb20a started performing message fetching in a read-only
transaction. However, our use of `get_or_create_huddle` can violate
the read-only promise, and result in a user-facing 500.
In the cases where we're attempting to narrow to a huddle that does
not exist, this is equivalent to a false condition; catch those,
without making the huddle row, and insert a false.
4.2 KiB
4.2 KiB