极光IM的聊天记录拉取不下来

chenhangyuan
2019-09-04 02:05 188 0

有时候前一天和某人聊天了,但是第二天可能在拉取聊天记录,拉不下来
我用的是这样
conversation = JMessageClient.getSingleConversation(this.userName, JPUSH_APPKEY);
if (conversation == null) {
conversation = Conversation.createSingleConversation(this.userName, JPUSH_APPKEY);
}
请问有什么问题吗

1个回答

热门排序