mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 21:34:42 +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(
|
||||
'id' => $thread->id,
|
||||
'token' => $thread->lastToken,
|
||||
'userId' => $thread->userId,
|
||||
'userName' => $user_name,
|
||||
'userIp' => $user_ip,
|
||||
'remote' => $thread->remote,
|
||||
|
Loading…
Reference in New Issue
Block a user