Pass Thread::userId field to the users JS application

This commit is contained in:
Dmitriy Simushev 2014-03-14 15:42:58 +04:00
parent 6faef577e1
commit 388179bf0b

View File

@ -289,6 +289,7 @@ class UsersProcessor extends ClientSideProcessor
$threads[] = array(
'id' => $thread->id,
'token' => $thread->lastToken,
'userId' => $thread->userId,
'userName' => $user_name,
'userIp' => $user_ip,
'remote' => $thread->remote,