mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
When the `type` of the message being composed is "stream", this commit updates the `to` parameter to accept the ID of the stream in which the message is being typed. Earlier, it accepted a single-element list containing the ID of the stream. Sending the element instead of a list containing the single element makes more sense.