Skip to content

Commit

Permalink
优化会话中,客服离线,没有获取历史消息
Browse files Browse the repository at this point in the history
  • Loading branch information
jiejunping committed Sep 2, 2023
1 parent f96a549 commit f700fb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2672,9 +2672,9 @@ public void dealAgentInfo(final AgentInfo agentInfo, boolean isRedirect) {
if (mAgentInfo != null && isOpenVideo()) {
sendVideoMessage(imSetting, mAgentInfo, getApplicationContext());
}
if (currentStatusIsOnline) {
// if (currentStatusIsOnline) {
udeskViewMode.getApiLiveData().messages("", "",UdeskConst.PullMsgFrom.hasAgent);
}
// }
break;
case UdeskConst.AgentResponseCode.WaitAgent:
if (TextUtils.equals(curentStatus,UdeskConst.Status.leaveMessage)){
Expand Down

0 comments on commit f700fb1

Please sign in to comment.