Client API v1.5.3
Fixed an issue where system messages would be shown in the push notification message.
Changes related to bug fixes
View All TagsFixed an issue where system messages would be shown in the push notification message.
Fixed an issue where system messages would be shown in the push notification message.
Fixed an issue where system messages would be shown in the push notification message.
Added support for the new Rich message formats.
Fixed an issue where you did not see the correct identification when calling GET /services/account
Fixed an issue where the isTyping field would not be sent when using the GET /messages endpoint.
content type of the /services call was image/png and it
should've been application/jsonFixed a small typo in the API documentation under the payload for sending Media as a message.
POST /messages (Press the "Media" button to switch the payload)
It said the datatype of the media.id field should be an integer, but it should have been a string.
Fixed issue where you would not get the binary data when doing a GET /media/ call.
Fixed an issue where new messages would not be sent to the Service when the Service is disabled (due to multiple failed attempts to communicate with the Service).
When the Service is disabled it only means that enqueued messages won't be tried anymore. All new messages are still tried 1 time before they enter the Queue.
More info about the Queuing mechanism