mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
The subscriber data is currently pulled from the web needlessly when it exists in memory. This processes data returned from the `stream_data.get_sub_by_id(n).subscribers` and the `people.get_person_from_user_id(n).email` methods to build the same list of subscribers that is sent from the server. Fixes: #4314.
52 KiB
52 KiB