mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Function `update_announce_stream_state` is used to update announce-stream checkbox. If stream is private announce-stream checkbox gets disabled by this function. There are unncessary calls to `update_announce_stream_state` fuction. i.e. it is called - when user clicks on `copy-from-stream` link to toggle streams-list - when stream-checkboxes value is changed to copy subs from stream - when user-filter value is changed to search users These events does not affect announce-stream value, therefore there is no need to call this function to update it.
16 KiB
16 KiB