Skip to content

Qiscus Chat SDK (core) v1.5.3

Choose a tag to compare

@ariefnurputranto ariefnurputranto released this 04 Aug 05:49
· 90 commits to master since this release

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