This is a follow-up to #645, where the information that a game is over was stored in the associated room's metadata. However, that data is never sent to the client via the API, so it's not usable.
This covers adding the gameover metadata of each room to the return value of the /games/:name route.
This is a follow-up to #645, where the information that a game is over was stored in the associated room's metadata. However, that data is never sent to the client via the API, so it's not usable.
This covers adding the
gameovermetadata of each room to the return value of the/games/:nameroute.