mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
We don't need full Realm objects to find DefaultStream objects for a realm. So now a few functions related to adding/removing default streams use realm_id for lookups. Similarly, we don't need a full Stream object to find out if a stream exists in DefaultStream, so we do id lookups there as well. This sets us up to use thinner objects in callers.
113 KiB
113 KiB