1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-31 13:19:29 -05:00
This commit is contained in:
syuilo 2018-03-13 04:06:14 +09:00
parent c7272a4de4
commit 88a06dfff7

View file

@ -307,7 +307,8 @@ export default function(request: websocket.request, connection: websocket.connec
if (o.isEnded) {
publishOthelloGameStream(gameId, 'ended', {
winner_id: winner
winner_id: winner,
game: await pack(gameId, user)
});
}
}