Commit f14d9d56 by panjiangyi

更新xchat

parent d1df88cc
Showing with 5 additions and 5 deletions
......@@ -6,6 +6,6 @@
"qs": "^6.9.3",
"sha1": "^1.1.1",
"vuex-class": "^0.3.2",
"xchat-client": "^2.0.19"
"xchat-client": "^2.0.20"
}
}
......@@ -104,10 +104,10 @@ export class Xim {
return this.client.fetchMsgInBox(chatType, chatId, msgId);
}
// public fetchChatList() {
// if (this.client == null) return;
// return this.client.fetchChatList();
// }
public fetchChatList() {
if (this.client == null) return;
return this.client.fetchChatList({});
}
/**
* 发送消息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment