We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在客户端聊天页面,发送超长消息后进行撤回操作。
超长文本消息撤回处理后通过WFCCIMService.sharedWFCIM()?.getMessage(msgId)获取消息,extraModel中没有recallRecall字段,间隔时间再次获取能够取到。短文本消息能立即取到recallRecall字段。
超长文本能立即返回recallRecall字段
必现。版本号:0.2.8.17
demo没问题
The text was updated successfully, but these errors were encountered:
最新版本应该已经解决,请更新验证
Sorry, something went wrong.
No branches or pull requests
操作说明
在客户端聊天页面,发送超长消息后进行撤回操作。
表现现象
超长文本消息撤回处理后通过WFCCIMService.sharedWFCIM()?.getMessage(msgId)获取消息,extraModel中没有recallRecall字段,间隔时间再次获取能够取到。短文本消息能立即取到recallRecall字段。
预期结果
超长文本能立即返回recallRecall字段
补充条件
必现。版本号:0.2.8.17
demo对比结果
demo没问题
The text was updated successfully, but these errors were encountered: