Fix responding to messages (broken by rebase error)

(imported from commit 1fac8d8757ee7f9b79c35e884edaa37e5cca0120)
This commit is contained in:
Zev Benjamin
2012-10-19 15:59:03 -04:00
parent 88e09c6166
commit 2a98045406

View File

@@ -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.