mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 12:03:39 +00:00
This commit is contained in:
@@ -171,5 +171,11 @@ export default function(request: websocket.request, connection: websocket.connec
|
||||
});
|
||||
|
||||
publishOthelloGameStream(gameId, 'set', log);
|
||||
|
||||
if (o.isEnded) {
|
||||
publishOthelloGameStream(gameId, 'ended', {
|
||||
winner_id: winner
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user