You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user is still participating in the game (alive), then the functionality should be resigning instead (see #75). If the user is not alive anymore, it should be able to remove the game from the game list. This needs a server endpoint to remove that player from the list of active players in the game; however, the server needs to remember that this user was participating in the game (i.e. some switch set to false only).
At the moment, there's no such API endpoint available.
The text was updated successfully, but these errors were encountered:
CrsiX
added
ux
Improvements to user experience
api
Suggestions for API enhancements
labels
Jun 4, 2023
If the user is still participating in the game (
alive
), then the functionality should be resigning instead (see #75). If the user is not alive anymore, it should be able to remove the game from the game list. This needs a server endpoint to remove that player from the list of active players in the game; however, the server needs to remember that this user was participating in the game (i.e. some switch set tofalse
only).At the moment, there's no such API endpoint available.
The text was updated successfully, but these errors were encountered: