From 26df98a2fbf816b23f5d8850a1040d412ba10f4e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 12 Feb 2024 14:07:46 -0800 Subject: [PATCH] echo: Remove unnecessary page_params.queue_id reference. The web app never gets a new queue ID. Signed-off-by: Anders Kaseorg --- web/src/echo.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/echo.js b/web/src/echo.js index 7284cfa58d..74f746a761 100644 --- a/web/src/echo.js +++ b/web/src/echo.js @@ -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) {