mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
After adding a newly created stream to the top of the stream list, call to actually_filter_streams in stream_events.mark_subscribed rerendered the filter_table and the stream list was refreshed. The call to actually_filter streams was introduced to rerender the subscriber list but stream_edit.rerender_subscribers_list takes care of it already. Fixes #9033.