mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
This commit extracts the code which queries the required streams to a new function "get_user_streams". The new functions returns the list of "Stream" object and not dictionaries and then do_get_streams function converts it into list of dictionaries. This change is important because we would use the new function in further commit where we want list of "Stream" objects and not list of dictionaries.
36 KiB
36 KiB