Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/livechat/server/lib/Helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ export const dispatchInquiryQueued = (inquiry, agent) => {

// Alert only the online agents of the queued request
const onlineAgents = Livechat.getOnlineAgents(department, agent);
if (!onlineAgents?.length) {
return;
}

const notificationUserName = v && (v.name || v.username);

Expand Down