mirror of https://github.com/zulip/zulip.git
echo: Remove unnecessary page_params.queue_id reference.
The web app never gets a new queue ID. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
e4bbd04f5d
commit
26df98a2fb
|
@ -80,9 +80,6 @@ function resend_message(message, $row, {on_send_message_success, send_message})
|
|||
return;
|
||||
}
|
||||
|
||||
// Always re-set queue_id if we've gotten a new one
|
||||
// since the time when the message object was initially created
|
||||
message.queue_id = page_params.queue_id;
|
||||
message.resend = true;
|
||||
|
||||
function on_success(data) {
|
||||
|
|
Loading…
Reference in New Issue