Bug fixes (double submission, escaping of ><! in answers, further redis docs

This commit is contained in:
Mawoka
2025-10-25 16:17:32 +02:00
parent f3abe4d2c4
commit 8f2c832f9b
5 changed files with 59 additions and 11 deletions
+14
View File
@@ -134,3 +134,17 @@ data: `{PLAYER_NAME} = {CUSTOM_FIELD_VALUE}`
{cqc_code} is the code used to join with a **C**lass**Q**uiz**C**ontroller
Only holds the game-pin
## game_in_lobby:{admin_user_id} [string]
Set if game is waiting for players to join for the admin to enable remote control
model: GameInLobby
example:
```json
{
"game_pin": "1234543",
"quiz_title": "Some random title",
"game_id": "uuid of game"
}
```