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

[FIX] Prevent agent last message undefined #15809

Merged
merged 3 commits into from
Nov 18, 2019

Conversation

MarcosSpessatto
Copy link
Member

No description provided.

const secondsSinceLastAgentResponse = getSecondsSinceLastAgentResponse(room, agentLastMessage);
LivechatRooms.setVisitorInactivityInSecondsByRoomId(room._id, secondsSinceLastAgentResponse);
const agentLastMessage = Messages.findAgentLastMessageByVisitorLastMessageTs(room._id, room.v.lastMessageTs);
console.log(agentLastMessage);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is not supposed to be here :D

@renatobecker-zz renatobecker-zz merged commit 2bc21db into develop Nov 18, 2019
@renatobecker-zz renatobecker-zz deleted the fix-livechat-room-abandonment branch November 18, 2019 17:33
@sampaiodiego sampaiodiego mentioned this pull request Nov 28, 2019
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

Successfully merging this pull request may close these issues.

2 participants