From 9841f6ae87b8bf35db595940a4c7df87aeec7d64 Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 23 Jan 2025 07:40:44 +0200 Subject: [PATCH] debug platforms --- app/realtime.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/realtime.php b/app/realtime.php index 384d300e6d..2f040d6214 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -541,6 +541,7 @@ $server->onOpen(function (int $connection, SwooleRequest $request) use ($server, if (!$validator->isValid($hostname)) { continue; } + $console->setAttribute('platforms', [ '$collection' => ID::custom('platforms'), 'type' => Origin::CLIENT_TYPE_WEB,