mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Fix responding to messages (broken by rebase error)
(imported from commit 1fac8d8757ee7f9b79c35e884edaa37e5cca0120)
This commit is contained in:
@@ -181,8 +181,8 @@ function respond_to_message(reply_type) {
|
||||
// Huddle messages use the personals compose box
|
||||
msg_type = "personal";
|
||||
}
|
||||
compose.show(msg_type, {'stream': stream, 'subject': subject,
|
||||
'huddle_recipient': huddle_recipient});
|
||||
compose.start(msg_type, {'stream': stream, 'subject': subject,
|
||||
'huddle_recipient': huddle_recipient});
|
||||
}
|
||||
|
||||
// Called by mouseover etc.
|
||||
|
||||
Reference in New Issue
Block a user