Qiscus Chat SDK (core) v1.5.3
Changelog :
- Implement param fileType in func getFileList (fileType can "media", "link", "doc", or "others")
- Fixing sync after sending pending message
- Prevent crash NSInvalidArgumentException in Router.buildRequest() and prevent crash different thread when request api
- Bug fix crash on CommentStorage.find(status)
***Note
file_type can be used when a user (client who implement chat SDK) sends extras in post_comment API , for example:
{
..
extras: { "file_type": "media"}
..
}
later on you can search in file_list API by passing the file_type: "media", then you get only media category