mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 18:41:08 +03:00
Pass Thread::userId field to the users JS application
This commit is contained in:
parent
6faef577e1
commit
388179bf0b
@ -289,6 +289,7 @@ class UsersProcessor extends ClientSideProcessor
|
|||||||
$threads[] = array(
|
$threads[] = array(
|
||||||
'id' => $thread->id,
|
'id' => $thread->id,
|
||||||
'token' => $thread->lastToken,
|
'token' => $thread->lastToken,
|
||||||
|
'userId' => $thread->userId,
|
||||||
'userName' => $user_name,
|
'userName' => $user_name,
|
||||||
'userIp' => $user_ip,
|
'userIp' => $user_ip,
|
||||||
'remote' => $thread->remote,
|
'remote' => $thread->remote,
|
||||||
|
Loading…
Reference in New Issue
Block a user