mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
This saves a tiny bit of bandwidth, but more importantly, it protects us against races for stream name changes. There's some argument that if the user is thinking they're sending to old_stream_name, and unbeknownst to them, the stream has changed to new_stream_name, then we should fail. But I think 99% of the time the user just wants the message to go that stream despite any renames. In order to verify the blueslip error, we had to turn on error checking, which required a tiny fix to a place where we left out a stream_id for add_sub.
39 KiB
39 KiB