mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Fix query for stream_name in compose module.
(imported from commit 8b8069a9fbf32805a77299e8375256e7a27e7ba1)
This commit is contained in:
@@ -170,7 +170,7 @@ exports.start = function (msg_type, opts) {
|
||||
|
||||
if (!(compose.composing() === msg_type &&
|
||||
((msg_type === "stream" &&
|
||||
opts.stream === compose.stream() &&
|
||||
opts.stream === compose.stream_name() &&
|
||||
opts.subject === compose.subject()) ||
|
||||
(msg_type === "private" &&
|
||||
opts.private_message_recipient === compose.recipient())))) {
|
||||
|
||||
Reference in New Issue
Block a user