Skip to main content

98 posts tagged with "✅ Fixed"

Changes related to bug fixes

View All Tags

Client API v1.3.10

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Client API v1.2.9

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Client API v1.1.9

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Web library v1.6.3

Fixed an issue where the weekdays setting, specifically the timestamp feature, would re-trigger after a month. If you defined a configuration like below, the chat should only be closed on 08-07-2022, but what happend was that the chat would also be closed on 08-08-2022 and 08-09-2022 etc.

Web library v1.6.2

Fixed numerous issues which would prevent Push notifications from working correctly

  • Clicking on a push notification wouldn't open the webpage where the chat was started
  • Receiving a push notification (or silent push message) wouldn't update the chat UI when it was open. So you would only see new messages when you triggered a refresh manually by clicking around in the UI
  • The new push type 6 did not work correctly