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:
Anders Kaseorg 2024-02-12 14:07:46 -08:00 committed by Tim Abbott
parent e4bbd04f5d
commit 26df98a2fb
1 changed files with 0 additions and 3 deletions

View File

@ -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) {