mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
The function check_stream_existence() temporarliy got moved to stream_create.js, and our call from compose.js was still trying to find it in subs.js. Now we move the function to compose.js, since we no longer use it stream_create.js. This function is pretty dubious, and we may want to only check for duplicate stream names locally.
11 KiB
11 KiB