Skip to content

5.7.1435 @2021.09.30 - Enhanced Version - 增强版

Compare
Choose a tag to compare
@harperhpliu harperhpliu released this 22 Aug 07:18
· 1906 commits to master since this release

SDK

  • Fixed the issue where local data was not updated in time after group profile custom fields were modified.
  • Fixed the issue of synchronizing a large number of conversations to be pinned on top.
  • Fixed the issue where Android device timeout signaling did not contain the custom data entered during invitation.
  • Fixed the issue where empty profiles overwrote local profiles due to network request failures during non-friend profile pulling.
  • Fixed the issue where historical group messages could be pulled after a user left the group and then joined the group again.
  • Fixed the issue where the callback function onFriendListDeleted was called twice after a friend was deleted.
  • Fixed the issue where the friend remarks of the last message of a conversation were empty.
  • Fixed the issue where, after the IM SDK was initialized, there was no callback for a getConversationList API call by a user who has not logged in.
  • Fixed the issue where, if failed messages were sent in a group conversation after the network was disconnected, there was no unread message count displayed when the first message was received in the conversation after the network connection was restored.
  • Fixed the issue where the unread message count could not be obtained in the first conversation with a stranger.
  • Fixed the issue where the Mute Notifications option for group messages was not updated in certain conditions.
  • Fixed the issue where incomplete content was called back after group attribute update.
  • Added the listener addition and deletion APIs for SDKs, groups, relationships, and conversations.
  • iOS: fixed the issue where audio-video group (AVChatRoom) creation failed when the group joining mode was not set.

SDK

  • 修复群资料自定义字段修改后本地数据未及时更新问题
  • 修复置顶会话过多时的同步问题
  • 修复 Android 端超时的信令没有带邀请时填写的自定义数据问题
  • 修复拉取非好友资料时,由于网络请求失败导致使用空资料覆盖本地资料问题
  • 修复退群之后,重新加群,会拉到之前的消息历史记录问题
  • 修复删除好友后 onFriendListDeleted 回调二次的问题
  • 修复会话最后一条消息好友备注为空的问题
  • 修复 IM SDK 初始化后,未登录时,调用 getConversationList 无回调问题
  • 修复断网后在群会话发送失败消息,恢复网络后该会话接收首条消息没有未读数问题
  • 修复陌生人的第一次会话获取不到未读数问题
  • 修复群会话消息免打扰状态在某些条件下未更新问题
  • 修复群属性更新后回调内容不全的问题
  • SDK、群组、关系链、会话补充添加监听器和移除监听器接口
  • iOS 修复创建 AVChatRoom 时 没有设置加群方式导致失败的问题