We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4c9ad commit 64535b8Copy full SHA for 64535b8
CHANGELOG.md
@@ -1,10 +1,10 @@
1
Changelog
2
=========
3
## v3.0.27
4
- * Added updateUserMessage function and updateFileMessage function.
5
- * Added onMessageUpdated function in ChannelHandler.
6
- * now can confirm file upload progress by using progressHandler function if send param when sendFileMessage function call.
7
- * Added cancelUploadingFileMessage function.
+ * Added `updateUserMessage()` and `updateFileMessage()`.
+ * Added `onMessageUpdated()` in ChannelHandler.
+ * You now can confirm file upload progress by passing a progressHandler as a parameter when calling `sendFileMessage()`.
+ * Added `cancelUploadingFileMessage()`.
8
9
## v3.0.26
10
* Added getTotalUnreadChannelCount
0 commit comments