mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08: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. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| icons/fonts | ||
| images | ||
| js | ||
| locale | ||
| styles | ||
| templates | ||
| third | ||
| ts | ||
| .gitignore | ||
| favicon.ico | ||
| node_modules | ||