mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
This commit removes is_old_stream property from the stream objects returned by the API. This property was unnecessary and is essentially equivalent to 'stream_weekly_traffic != null'. We compute sub.is_old_stream in stream_data.update_calculated_fields in frontend code and it is used to check whether we have a non-null stream_weekly_traffic or not. Fixes #15181.
28 KiB
28 KiB