fix: usr: quickfix for https-only login - & add user data when the user is not logged in #4
All checks were successful
Deploy to Production / deploy (push) Successful in 1m55s
All checks were successful
Deploy to Production / deploy (push) Successful in 1m55s
This commit is contained in:
@@ -64,7 +64,7 @@ class MercureController extends AbstractController
|
||||
#[Route('/api/game/join/{gameAssoc}', name: 'MineSeekerBundle_api_game_join', methods: ['POST'])]
|
||||
public function join(string $gameAssoc, Request $request): JsonResponse
|
||||
{
|
||||
$this->topicManager->subscribe($gameAssoc, $this->resolveUserName($request), $this->getUser());
|
||||
$this->topicManager->subscribe($gameAssoc, $this->resolveUserName($request), $this->getUser(), $request);
|
||||
|
||||
return $this->json(['success' => true]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user