mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
Rename respond_to_zephyr to respond_to_message.
(imported from commit 34e7793601ad6f41d71be2e2060c58138b9d3b53)
This commit is contained in:
@@ -113,7 +113,7 @@ function get_huddle_recipient_names(zephyr) {
|
||||
return recipient;
|
||||
}
|
||||
|
||||
function respond_to_zephyr(reply_type) {
|
||||
function respond_to_message(reply_type) {
|
||||
var zephyr, tabname;
|
||||
zephyr = message_dict[selected_message_id];
|
||||
if (zephyr.type === "class") {
|
||||
|
||||
Reference in New Issue
Block a user