mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Previously if you tried to send to "a b", we actually ended up trying to send to "a%20b", since we were url-encoding the stream name and then not properly decoding it. (imported from commit 307d2999bd309e47fc654ae4422ab4372edde064)