Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Dec 22, 2023
1 parent 91fc6fa commit b148fd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/document/android/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- `EMChatManager#asyncRemoveConversationMark`[取消标记会话](conversation_mark.html#取消标记会话)
- `EMChatManager#asyncGetConversationsFromServerWithCursor`[根据会话标记从服务器分页查询会话列表](conversation_mark.html#根据会话标记从服务器分页查询会话列表)
- `EMConversation#marks`[获取本地单个会话的所有标记](conversation_mark.html#获取本地单个会话的所有标记)
- `onChatThreadEvent#CONVERSATION_MARK_UPDATE`[多设备场景下的会话标记事件](multi_device.html#获取其他设备上的操作)。当前用户在一台登录设备上更新了会话标记,包括添加和移除会话标记,其他登录设备会收到该事件。

### 优化

Expand Down
1 change: 1 addition & 0 deletions docs/document/applet/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `addConversationMark`[标记会话](conversation_mark.html#标记会话)
- `removeConversationMark`[取消标记会话](conversation_mark.html#取消标记会话)
- `getServerConversationsByFilter`[根据会话标记从服务器分页查询会话列表](conversation_mark.html#根据会话标记从服务器分页查询会话列表)
- `onMultiDeviceEvent#markConversation`[多设备场景下的会话标记事件](multi_device.html#实现方法)。当前用户在一台登录设备上更新了会话标记,包括添加和移除会话标记,其他登录设备会收到该事件。
- [IM SDK] 增加 `onMessage` 回调。在收到文本、图片、视频、语音、地理位置和文件等消息时,批量将消息回调给应用。

### 修复
Expand Down
1 change: 1 addition & 0 deletions docs/document/ios/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- `EMChatManager#removeConversationMark:completion`[取消标记会话](conversation_mark.html#取消标记会话)
- `EMChatManager#getConversationsFromServerWithCursor:filter:completion`[根据会话标记从服务器分页查询会话列表](conversation_mark.html#根据会话标记从服务器分页查询会话列表)
- `EMConversation#marks`[获取本地单个会话的所有标记](conversation_mark.html#获取本地单个会话的所有标记)
- `multiDevicesConversationEvent#EMMultiDevicesEventConversationUpdateMark`[多设备场景下的会话标记事件](multi_device.html#获取其他设备上的操作)。当前用户在一台登录设备上更新了会话标记,包括添加和移除会话标记,其他登录设备会收到该事件。

### 优化

Expand Down
1 change: 1 addition & 0 deletions docs/document/web/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- `addConversationMark`[标记会话](conversation_mark.html#标记会话)
- `removeConversationMark`[取消标记会话](conversation_mark.html#取消标记会话)
- `getServerConversationsByFilter`[根据会话标记从服务器分页查询会话列表](conversation_mark.html#根据会话标记从服务器分页查询会话列表)
- `onMultiDeviceEvent#markConversation`[多设备场景下的会话标记事件](multi_device.html#实现方法)。当前用户在一台登录设备上更新了会话标记,包括添加和移除会话标记,其他登录设备会收到该事件。
- [IM SDK] 增加 `onMessage` 回调。在收到文本、图片、视频、语音、地理位置和文件等消息时,批量将消息回调给应用。
- [IM SDK] 视频类型消息增加视频首帧缩略图, 通过 `videoMessage.thumb` 访问。

Expand Down

0 comments on commit b148fd9

Please sign in to comment.