zulip/zerver/openapi
sahil839 791e5de5de api: Remove is_old_stream property from the stream objects.
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.
2020-06-16 10:26:33 -07:00
..
curl_param_value_generators.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
javascript_examples.js openapi: Fix response validation bug. 2020-06-10 16:45:36 -07:00
javascript_examples.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
markdown_extension.py python: Convert more "".format to Python 3.6 f-strings. 2020-06-13 15:39:00 -07:00
openapi.py tests: Use validate_against_openapi_schema in testing. 2020-06-14 15:05:52 -07:00
python_examples.py python: Convert more "".format to Python 3.6 f-strings. 2020-06-13 15:39:00 -07:00
test_curl_examples.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
zulip.yaml api: Remove is_old_stream property from the stream objects. 2020-06-16 10:26:33 -07:00