console: the receipt is gone from the workflow, so stop describing it

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) <noreply@anthropic.com>
This commit is contained in:
Yashas 2026-09-08 18:57:24 +05:30
parent ea2b56e332
commit db91daabf8

View File

@ -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 }) {
<p className="conv__note">
Shows the customer&apos;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 &ldquo;I have your message&rdquo; receipt sent
before anything has read it.
text we compose.
</p>
</div>
</div>