Client API v1.2.10
- Preparation for moving our image storage to a new system.
- Also removed support for APNS push (push type
2).
2).2).Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.
Removed obsolete filename check which prevented the use of uuid as filename.
Removed obsolete filename check which prevented the use of uuid as filename.
Media filename is now unique using a UUID instead of the provided filename, this fixes a bug where you could not upload a file with the same name more than once.
window.parleySettings.runOptions.interfaceText.agentTypingText with which you can change
the text that is shown when an agent starts typing.Added a new endpoint GET /media/:uuid. With this endpoint you can retrieve media binaries by their UUID.
You receive this UUID when you use the POST /media endpoint.
Fixed an issue on iOS mobile web browsers where the invite notification was hidden behind the virtual keyboard.