Skip to content

7.1.3925 @2023.03.07 - 增强版

Compare
Choose a tag to compare
@vinsonswang vinsonswang released this 14 Mar 07:38
· 496 commits to master since this release
da775b9

7.1.3925 @2023.03.07 - Enhanced Edition - 增强版

SDK

  • Supported pulling historical group messages by sequence list
  • Supported setting whether to clear historical messages when you delete a conversation
  • Added an API for deleting conversations in batches
  • Supported modifying the approval method of group member invitations
  • Supported group counters for community groups
  • Added a parameter for setting a message object to bypass the content moderation
  • Supported reporting one-to-one message read by timestamp
  • Supported reporting group message read by sequence
  • Supported getting timestamp of the read message in one-to-one chats
  • Supported getting sequence of the read message in group chats
  • Fixed the issue that intercepted messages due to local moderation were not saved in the local message database.
  • Fixed the issue that unread message count displayed when offline group members logged in again even though the messages had been excluded from the unread count.
  • Fixed the occasional issue of inaccurate isRead status of messages when users sent and received messages again after a one-to-one chat is deleted.
  • Fixed the occasional inconsistency of unread one-to-one message count in multi-device login scenarios.
  • Fixed the occasional crashes when file uploading failed.
  • Changed enumerated values of V2TIMGroupApplicationGetType to those of V2TIMGroupApplicationType
  • Changed the attribute name getType of V2TIMGroupApplication to applicationType

TUIKit and demo

  • Supported group polling and one-by-one notes
  • Improved the minimalist theme
  • Optimized the signaling display logic

SDK

  • 群组支持按 sequence 列表拉取历史消息
  • 删除会话支持设置是否清空历史消息
  • 提供批量删除会话的接口
  • 支持修改邀请进群的审批方式
  • 社群支持群计数器
  • 消息对象增加是否不过内容审核的参数
  • 单聊已读上报支持按照消息时间戳上报
  • 群聊已读上报支持按照消息 sequence上报
  • 单聊会话暴露已读消息的时间戳
  • 群聊会话暴露已读消息的 sequence
  • 优化由于本地审核被拒绝发送的消息不会保存在本地消息数据库的问题
  • 修复在群里发送不计未读消息时,离线群成员重新登录后会有未读数的问题
  • 修复删除单聊会话后重新收发消息,消息的 isRead 状态偶现不准确的问题
  • 修复多端登录场景下单聊会话未读数偶现不一致的问题
  • 修复文件上传失败时偶现的崩溃的问题
  • 将枚举V2TIMGroupApplicationGetType 变更为 V2TIMGroupApplicationType
  • 将 V2TIMGroupApplication 的 getType 属性名称变更为 applicationType

TUIKit & Demo

  • 支持群投票和群接龙
  • 完善简约版主题界面
  • 优化信令消息的展示逻辑