From db91daabf8f91a38031646666a03272e9cd40c0d Mon Sep 17 00:00:00 2001 From: Yashas Date: Tue, 8 Sep 2026 18:57:24 +0530 Subject: [PATCH] console: the receipt is gone from the workflow, so stop describing it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The conversation panel told the reader that two automatic sends were absent from the thread. Only one is now — 97 removed the "I have your message" receipt. Co-Authored-By: Claude Opus 5 (1M context) --- src/components/Conversation.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Conversation.jsx b/src/components/Conversation.jsx index c9a762f..ad654bd 100644 --- a/src/components/Conversation.jsx +++ b/src/components/Conversation.jsx @@ -18,9 +18,10 @@ import './Conversation.css' * nothing after "I confirm", which read as though we had ignored somebody * agreeing to buy — so 90 writes it into customer_answer and it appears. * - * Two sends remain absent by choice: the quote, which is a registered WhatsApp - * template rather than text we compose, and the "I have your message" receipt, - * which would put a line between every question and its answer. + * One send remains absent: the quote, which is a registered WhatsApp template + * rather than text we compose. The "I have your message" receipt used to be a + * second — it is gone from the workflow now (97), because it put a line saying + * only "an answer is coming" between every question and its answer. * * A thread that quietly omitted any of this would be worse than one that says * which parts it holds. @@ -121,10 +122,9 @@ export default function Conversation({ rows, name, onClose }) {

Shows the customer's messages and everything written back to them, - including the acceptance confirmation. Two automatic sends are not here: + including the acceptance confirmation. One automatic send is not here: the quote, which goes out as a registered WhatsApp template rather than - text we compose, and the “I have your message” receipt sent - before anything has read it. + text we compose.