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:
parent
ea2b56e332
commit
db91daabf8
@ -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's messages and everything written back to them,
|
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
|
the quote, which goes out as a registered WhatsApp template rather than
|
||||||
text we compose, and the “I have your message” receipt sent
|
text we compose.
|
||||||
before anything has read it.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user