This commit is contained in:
Marcel Pociot
2021-05-31 16:34:43 +02:00
parent 3c07660c2c
commit 62aa85f092

View File

@@ -90,6 +90,9 @@ class ControlMessageController implements MessageComponentInterface
if (! isset($data->subdomain)) {
$data->subdomain = null;
}
if (! isset($data->type)) {
$data->type = "http";
}
$this->verifyAuthToken($connection)
->then(function ($user) use ($connection) {