mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 10:00:35 +03:00
Fix bug with the 1st operator's message in inviation
Now it has correct agentId value
This commit is contained in:
parent
b33ccc4a84
commit
08617d41c6
@ -122,7 +122,8 @@ function invitation_invite($visitor_id, $operator) {
|
||||
$thread->postMessage(
|
||||
Thread::KIND_AGENT,
|
||||
getlocal("invitation.message"),
|
||||
$operator_name
|
||||
$operator_name,
|
||||
$operator['operatorid']
|
||||
);
|
||||
|
||||
return $thread;
|
||||
|
Loading…
Reference in New Issue
Block a user