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.