Fix guest session polling
This commit is contained in:
parent
a56290d240
commit
36207cb986
@ -105,6 +105,10 @@ class SessionController extends Controller{
|
|||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @NoAdminRequired
|
||||||
|
* @PublicPage
|
||||||
|
*/
|
||||||
public function poll($command, $args){
|
public function poll($command, $args){
|
||||||
$response = new JSONResponse();
|
$response = new JSONResponse();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user