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 * 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. * 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 * One send remains absent: the quote, which is a registered WhatsApp template
* template rather than text we compose, and the "I have your message" receipt, * rather than text we compose. The "I have your message" receipt used to be a
* which would put a line between every question and its answer. * 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 * A thread that quietly omitted any of this would be worse than one that says
* which parts it holds. * which parts it holds.
@ -121,10 +122,9 @@ export default function Conversation({ rows, name, onClose }) {
<p className="conv__note"> <p className="conv__note">
Shows the customer&apos;s messages and everything written back to them, 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 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 text we compose.
before anything has read it.
</p> </p>
</div> </div>
</div> </div>