5.3.435 @2021.05.20 - Lite Edition - 精简版
harperhpliu
released this
22 Aug 07:06
·
1908 commits
to master
since this release
SDK
- Added the API for deleting conversation roaming messages.
- Fixed the issue where some Android phones could not receive network status change notifications over persistent connections.
- Optimized the logic for pulling user profiles to avoid requesting the backend every time when strangers request for user profiles.
- Fixed the issue where group profiles and historical messages could not be obtained when the groups were deleted but conversations were retained.
- Fixed the issue where conversations were out of order when you got them via the API for getting a conversation list.
- Fixed the issue where group conversations in Mute Notifications mode were filtered out when getting the total message unread count.
- Fixed the occasional crashes caused by iOS HTTP requests.
SDK
- 增加删除会话漫游消息的接口
- 修复部分安卓手机长连接连网收不到网络状态变化通知的问题
- 优化好友资料拉取逻辑,针对陌生人请求好友资料时,避免每一次都请求后台
- 修复解散群保留会话的场景下,获取不到群资料和会话历史消息的问题
- 修复获取会话列表接口出现会话顺序错乱的问题
- 获取会话未读总数时过滤掉设置了免打扰的群会话
- 修复 iOS 平台 Http 请求偶现 Crash 的问题