mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +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 &&
|
if (!(compose.composing() === msg_type &&
|
||||||
((msg_type === "stream" &&
|
((msg_type === "stream" &&
|
||||||
opts.stream === compose.stream() &&
|
opts.stream === compose.stream_name() &&
|
||||||
opts.subject === compose.subject()) ||
|
opts.subject === compose.subject()) ||
|
||||||
(msg_type === "private" &&
|
(msg_type === "private" &&
|
||||||
opts.private_message_recipient === compose.recipient())))) {
|
opts.private_message_recipient === compose.recipient())))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user