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

[BUG] CIMMessage.m_strAtList 相关的 bug #14

Open
View12138 opened this issue Jan 7, 2021 · 1 comment
Open

[BUG] CIMMessage.m_strAtList 相关的 bug #14

View12138 opened this issue Jan 7, 2021 · 1 comment

Comments

@View12138
Copy link

在群组里发送一条包含@的普通消息, 返回的 CIMMessage 结构体中 m_strAtList 字段的值使用逗号分隔的方式错误.
例如:

,10084991008571

正确的值应该为:

1008499,1008571

调用的方法为:

CIMMessage* XHGroupManager::sendMessage(string groupID, list atUserIDs, string Message);

望尽快核实并修复

@View12138 View12138 changed the title **[BUG]** CIMMessage.m_strAtList 相关的 bug [BUG] CIMMessage.m_strAtList 相关的 bug Jan 7, 2021
@elesos
Copy link
Member

elesos commented Jan 9, 2021 via email

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

No branches or pull requests

2 participants