TencentCloud / TIMSDK

Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
https://trtc.io/products/chat
2.58k stars 2.76k forks source link

iOS TUIChat (6.2.2363) 单聊消息已读未读状态不显示 #1166

Closed f4ckdev closed 2 years ago

f4ckdev commented 2 years ago

已问过在线客服,专业版的单聊消息已读未读的状态也是可以显示的

【iOS】-【6.2.2363】:【单聊消息已读未读状态不显示】 【集成包】:TUIChat 【当前现象】:pod update到6.2.2363版本,单聊消息已读未读的状态不显示 【机型】:iPhone13 【之前版本有无此问题】:TUIChat 6.1.2166版本没有,6.2.2363有

经排查发现 6.2.2363版本的 TUIMessageCell().fillWithData 方法第250行&& self.messageData.innerMessage.needReadReceipt判断条件与6.1.2166版本的 TUIMessageCell().fillWithData方法第136行&& self.messageData.showReadReceipt存在差异,导致新版本不显示已读未读状态