我在iOS代码里面通过member过滤出来conversation在网页上的_conversation里搜索不到,麻烦看下什么原因,以下为代码跟调试信息
AVIMConversationQuery *query = [[LCChatKit sharedInstance].client conversationQuery];
[query whereKey:@"m" containsAllObjectsInArray:ids];
(lldb) po ids
[
"d652157288746856448_doctor",
"u508207457877626880_doctor",
"u508201577606025216_doctor",
"d652157288746856448_patient"
]
(lldb) po conversation.uniqueId
6e4a0570b11c06e26af29995fc3a8055
(lldb) po conversation.clientId
d652157288746856448_patient