Skip to content
Snippets Groups Projects
Commit 6a27d7bb authored by Diego Sampaio's avatar Diego Sampaio
Browse files

fix livechat agent subscription creation

parent 7d9561ee
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ Meteor.methods({
unread: 1,
answered: false,
u: {
_id: agent._id,
_id: agent.agentId,
username: agent.username
},
t: 'l'
......
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