Skip to content
New issue

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

获取消息列表的接口少了IsPeerRead已读状态字段 #151

Closed
eyong4736 opened this issue Jan 6, 2023 · 2 comments · Fixed by #153
Closed

获取消息列表的接口少了IsPeerRead已读状态字段 #151

eyong4736 opened this issue Jan 6, 2023 · 2 comments · Fixed by #153

Comments

@eyong4736
Copy link

"MsgList": [
       {
           "From_Account": "user1",
           "To_Account": "user2",
           "MsgSeq": 549396494,
           "MsgRandom": 2578554,
           "MsgTimeStamp": 1584669680,
           "MsgFlagBits": 0,
           "IsPeerRead": 0,
           "MsgKey": "549396494_2578554_1584669680",
           "MsgBody": [
               {
                   "MsgType": "TIMTextElem",
                   "MsgContent": {
                       "Text": "msg 1"
                   }
               }
           ],
           "CloudCustomData": "your cloud custom data"
       }
]
@yanglbme
Copy link
Member

yanglbme commented Jan 6, 2023

我们看一下

yanglbme added a commit that referenced this issue Jan 6, 2023
@yanglbme
Copy link
Member

yanglbme commented Jan 6, 2023

@eyong4736 谢谢反馈,版本 v0.3.35 修复了此问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants