[FEATURE] Acknowledge the new "time" field for send date time when loading inbox messages
Closed this issue · 0 comments
dobromirdobrev commented
Is your feature request related to a problem? Please describe.
This issue is related to rokwire/illinois-app#3628 and rokwire/notifications-building-block#166 .
Additional context
The new field is time
(ids are omitted for the example):
{
"org_id": "...",
"app_id": "...",
"id": "...",
"priority": 0,
"subject": "Follow up survey for Carl Cox",
"sender": {
"type": "system",
"user": {
"user_id": "...",
"name": "wellness_bb"
}
},
"body": "Take follow-up survey",
"data": {
"entity_id": "...",
"entity_name": "Carl Cox",
"entity_type": "event_attendance",
"message_id": "...",
"operation": "survey_invite",
"type": "event"
},
"recipients": null,
"recipients_criteria_list": [],
"recipient_account_criteria": null,
"topic": null,
"calculated_recipients_count": 1,
"date_created": "2023-09-12T08:32:15.26Z",
"date_updated": null,
"time": "2023-09-13T21:00:00Z",
"mute": false,
"read": true
},