mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-26 19:54:54 +02:00
🚸(front) add more context if available about message delivery status
We recently display recipient delivery status tooltip when the message is not yet delivered or in failure. To help user to understand why the message is not delivered, we now display the delivery message if there is one.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
08635bee52
commit
d997d119ee
@@ -6351,6 +6351,11 @@
|
||||
"readOnly": true,
|
||||
"nullable": true
|
||||
},
|
||||
"delivery_message": {
|
||||
"type": "string",
|
||||
"readOnly": true,
|
||||
"nullable": true
|
||||
},
|
||||
"retry_at": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
@@ -6367,6 +6372,7 @@
|
||||
"required": [
|
||||
"contact",
|
||||
"delivered_at",
|
||||
"delivery_message",
|
||||
"delivery_status",
|
||||
"retry_at"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user