Skip to content
Snippets Groups Projects
Unverified Commit d247d7c7 authored by Kevin Aleman's avatar Kevin Aleman Committed by GitHub
Browse files

Update apps/meteor/app/livechat/client/lib/stream/queueManager.ts

parent fbb5e132
No related branches found
Tags xwiki-platform-14.10.19
No related merge requests found
......@@ -53,7 +53,6 @@ const removeListenerOfDepartment = (departmentId: ILivechatDepartment['_id']) =>
const appendListenerToDepartment = (departmentId: ILivechatDepartment['_id']) => {
departments.add(departmentId);
sdk.stream('livechat-inquiry-queue-observer', [`department/${departmentId}`], async (args) => {
console.log({ departmentId, args });
if (!('type' in args)) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment