mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +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.
25 KiB
25 KiB