Skip to content

6.8.3374 @ 2022.11.14 - Enhanced Edition - 增强版

Compare
Choose a tag to compare
@vinsonswang vinsonswang released this 15 Nov 09:18
· 949 commits to master since this release

SDK

  • Supported local text moderation on clients.
  • Released the Swift SDK.
  • Supported the group attribute feature for non-audio-video groups.
  • Optimized the logic for updating the number of members in a non-audio-video groups when someone entered the group.
  • Optimized the COS upload process.
  • Optimized the issue of unread message count after operations such as message recall in a community group.
  • Fixed the failure to deliver a notification when a custom friend field is set independently.
  • Fixed the double callbacks for group listening.
  • Fixed the issue where the topic profile under a community group would not be updated timely when a user left the group and then joined the group again.
  • Fixed the issue that sender’s profile photo is empty in the callback for inserting a local message successfully.
  • Fixed the occasional error when setting message extension after repeated login.
  • Fixed the failure to update the message read receipt status in the conversation update callback after all messages in the conversation are marked as read.
  • Fixed the occasional emptiness of send_user_id in a message when a user sends a message immediately after login callback.
  • C++ API: Added an API to check whether a message is read.
  • C++ API: Fixed the failure to update the cursor in the result of the paged pulling of the conversation list.

TUIKit and demo

  • Fixed the issue where a search webpage window popped out when a user long pressed a text message on iOS 16.
  • TUIChat-iOS: Supported sending GIF images.
  • TUIChat-iOS: Fixed image sending status exceptions.
  • TUIChat-iOS: Supported the deletion of time when deleting a message.
  • Fixed system exceptions caused by iOS TUIOfflinePush.
  • Fixed the issue where Android TUIOfflinePush push parameter settings did not take effect.

SDK

  • 支持客户端本地文本审核
  • 发布 Swift 版本 SDK
  • 支持普通群的群属性功能
  • 支持国内站跨站购买海外资源
  • 优化普通群有人进出后,群成员人数的更新逻辑
  • 优化 cos 上传流程
  • 优化社群中消息撤回等操作后的未读数计算问题
  • 修复单独设置好友自定义字段不会下发通知的问题
  • 修复群监听回调两次的问题
  • 修复退出并再次进入同一个社群后,社群下的话题资料没有及时更新的问题
  • 修复插入本地消息成功后的回调中,消息对象头像为空的问题
  • 修复重复登录设置消息扩展偶现报错的问题
  • 修复标记所有会话已读后,会话更新回调中消息已读不更新的问题
  • 修复在登录回调后立即发消息,消息的 send_user_id 偶现为空的问题
  • C++ API 添加判断消息是否已读的接口
  • C++ API 修复分页拉取会话列表的结果中游标不更新的问题

TUIKit & Demo

  • 修复 iOS16 长按文本消息,弹出搜索网页弹窗的问题
  • TUIChat-iOS 支持发送 gif 图片
  • TUIChat-iOS 修复图片发送状态异常的问题
  • TUIChat-iOS 删除消息支持同时删除时间
  • 修复 iOS TUIOfflinePush 引起的系统异常等问题
  • 修复 Android TUIOfflinePush 推送参数设置不生效问题