mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 03:33:09 +02:00
This commit is contained in:
parent
27914e227f
commit
04cc63ac64
1 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,8 @@ export default function(request: websocket.request, connection: websocket.connec
|
||||||
});
|
});
|
||||||
|
|
||||||
publishOthelloGameStream(gameId, 'ended', {
|
publishOthelloGameStream(gameId, 'ended', {
|
||||||
winner_id: winner
|
winner_id: winner,
|
||||||
|
game: await pack(gameId, user)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
Loading…
Reference in a new issue